Two-Layer Mixture Network Ensemble for Apparel Attributes Classification
Recognizing apparel attributes has recently drawn great interest in the computer vision community. Methods based on various deep neural networks have been proposed for image classification, which could be applied to apparel attributes recognition. An interesting problem raised is how to ensemble these methods to further improve the accuracy. In this paper, we propose a two-layer mixture framework for ensemble different networks. In the first layer of this framework, two types of ensemble learning methods, bagging and boosting, are separately applied. Different from traditional methods, our bagging process makes use of the whole training set, not random subsets, to train each model in the ensemble, where several differentiated deep networks are used to promote model variance. To avoid the bias of small-scale samples, the second layer only adopts bagging to mix the results obtained with bagging and boosting in the first layer. Experimental results demonstrate that the proposed mixture framework outperforms any individual network model or either independent ensemble method in apparel attributes classification.
Code (0)
등록된 구현이 없습니다.
Tasks
ClassificationEnsemble LearningGeneral Classificationimage-classificationImage ClassificationVocal Bursts Valence PredictionSimilar Papers 제목 키워드 기반
AI Assisted Apparel Design
Fashion is a fast-changing industry where designs are refreshed at large scale every season. Moreover, it faces huge challenge of unsold inventory as not all designs appeal to customers. This puts designers under signifi…
Style TransferAttr2Style: A Transfer Learning Approach for Inferring Fashion Styles via Apparel Attributes
Popular fashion e-commerce platforms mostly provide details about low-level attributes of an apparel (eg, neck type, dress length, collar type) on their product detail pages. However, customers usually prefer to buy appa…
AttributeImage CaptioningTransfer LearningA Federated Approach for Fine-Grained Classification of Fashion Apparel
As online retail services proliferate and are pervasive in modern lives, applications for classifying fashion apparel features from image data are becoming more indispensable. Online retailers, from leading companies to …
ClassificationGeneral ClassificationSemantic SegmentationEvolving Non-linear Stacking Ensembles for Prediction of Go Player Attributes
The paper presents an application of non-linear stacking ensembles for prediction of Go player attributes. An evolutionary algorithm is used to form a diverse ensemble of base learners, which are then aggregated by a sta…
PredictionMixtureEnsembles: Leveraging Parameter Sharing for Efficient Ensembles
Ensembles are a very effective way of increasing both the robustness and accuracy of a learning system. Yet they are memory and compute intensive; in a naive ensemble, $n$ networks are trained independently and $n$ netwo…