paper-with-me

Papers

Learning with Hierarchical Complement Objective

2019-11-17 · Hao-Yun Chen, Li-Huang Tsai, Shih-Chieh Chang, Jia-Yu Pan, Yu-Ting Chen, Wei Wei, Da-Cheng Juan

Label hierarchies widely exist in many vision-related problems, ranging from explicit label hierarchies existed in image classification to latent label hierarchies existed in semantic segmentation. Nevertheless, state-of-the-art methods often deploy cross-entropy loss that implicitly assumes class labels to be exclusive and thus independence from each other. Motivated by the fact that classes from the same parental category usually share certain similarity, we design a new training diagram called Hierarchical Complement Objective Training (HCOT) that leverages the information from label hierarchy. HCOT maximizes the probability of the ground truth class, and at the same time, neutralizes the probabilities of rest of the classes in a hierarchical fashion, making the model take advantage of the label hierarchy explicitly. The proposed HCOT is evaluated on both image classification and semantic segmentation tasks. Experimental results confirm that HCOT outperforms state-of-the-art models in CIFAR-100, ImageNet-2012, and PASCAL-Context. The study further demonstrates that HCOT can be applied on tasks with latent label hierarchies, which is a common characteristic in many machine learning tasks.

📄 PDF Abstract BibTeX arXiv:1911.07257

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationimage-classificationImage ClassificationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

SAMora: Enhancing SAM through Hierarchical Self-Supervised Pre-Training for Medical Images

2025-11-09 · Shuhang Chen, Hangjie Yuan, Pengwei Liu, Hanxue Gu 외 arxiv

The Segment Anything Model (SAM) has demonstrated significant potential in medical image segmentation. Yet, its performance is limited when only a small amount of labeled data is available, while there is abundant valuab…

Medical Image SegmentationSelf-Supervised Learning

Sublinear Algorithms for Hierarchical Clustering

2022-06-15 · Arpit Agarwal, Sanjeev Khanna, Huan Li, Prathamesh Patil

Hierarchical clustering over graphs is a fundamental task in data mining and machine learning with applications in domains such as phylogenetics, social network analysis, and information retrieval. Specifically, we consi…

ClusteringInformation RetrievalRetrieval

Learning Taxonomic Trees with Hierarchical Representation Regularization for Large Multimodal Models

2026-07-03 · Hulingxiao He, Zhi Tan, Yuxin Peng arxiv

Taxonomies provide key information about the semantic relationships between concepts and the inherent organization of vision and language. Despite their impressive capabilities, large multimodal models (LMMs) often lack …

Multi$^2$: Hierarchical Multi-Agent Decision-Making with LLM-Based Agents in Interactive Environments

2026-06-02 · Sangeun Park, Minhae Kwon arxiv

A central goal of large language model (LLM) research is to build agentic systems that can plan, act, and adapt through sustained interaction with dynamic environments. While recent LLM-based agents exhibit impressive co…

Reinforcement Learning

MEDiC: Multi-objective Exploration of Distillation from CLIP

2026-03-30 · Konstantinos Georgiou, Maofeng Tang, Hairong Qi arxiv

Masked image modeling (MIM) methods typically operate in either raw pixel space (reconstructing masked patches) or latent feature space (aligning with a pre-trained teacher). We present MEDiC (Multi-objective Exploration…