Search papers, labs, and topics across Lattice.
The paper investigates multi-task learning (MTL) architectures, specifically parallel and cascaded, for hierarchical multi-label classification of car make and model using CNNs and Transformers. The motivation is to leverage the hierarchical structure of information, similar to human learning, to improve deep learning models. The study demonstrates the effectiveness of MTL, showing performance gains on StanfordCars and CompCars datasets, particularly for CNNs and on the CompCars dataset for both CNNs and Transformers.
Multi-task learning boosts car make and model classification, particularly for CNNs and Transformers on the CompCars dataset, proving hierarchical structure exploitation pays off.
Most information in our world is organized hierarchically; however, many Deep Learning approaches do not leverage this semantically rich structure. Research suggests that human learning benefits from exploiting the hierarchical structure of information, and intelligent models could similarly take advantage of this through multi-task learning. In this work, we analyze the advantages and limitations of multi-task learning in a hierarchical multi-label classification problem: car make and model classification. Considering both parallel and cascaded multi-task architectures, we evaluate their impact on different Deep Learning classifiers (CNNs, Transformers) while varying key factors such as dropout rate and loss weighting to gain deeper insight into the effectiveness of this approach. The tests are conducted on two established benchmarks: StanfordCars and CompCars. We observe the effectiveness of the multi-task paradigm on both datasets, improving the performance of the investigated CNN in almost all scenarios. Furthermore, the approach yields significant improvements on the CompCars dataset for both types of models.