paper-with-me

Papers

When Multi-Task Learning Meets Partial Supervision: A Computer Vision Review

2023-07-25 · Maxime Fontana, Michael Spratling, Miaojing Shi

Multi-Task Learning (MTL) aims to learn multiple tasks simultaneously while exploiting their mutual relationships. By using shared resources to simultaneously calculate multiple outputs, this learning paradigm has the potential to have lower memory requirements and inference times compared to the traditional approach of using separate methods for each task. Previous work in MTL has mainly focused on fully-supervised methods, as task relationships can not only be leveraged to lower the level of data-dependency of those methods but they can also improve performance. However, MTL introduces a set of challenges due to a complex optimisation scheme and a higher labeling requirement. This review focuses on how MTL could be utilised under different partial supervision settings to address these challenges. First, this review analyses how MTL traditionally uses different parameter sharing techniques to transfer knowledge in between tasks. Second, it presents the different challenges arising from such a multi-objective optimisation scheme. Third, it introduces how task groupings can be achieved by analysing task relationships. Fourth, it focuses on how partially supervised methods applied to MTL can tackle the aforementioned challenges. Lastly, this review presents the available datasets, tools and benchmarking results of such methods.

📄 PDF Abstract BibTeX arXiv:2307.14382

Code (1)

Klodivio355/MTL-CV-Review 공식 구현

Tasks

BenchmarkingMulti-Task Learning

Similar Papers 제목 키워드 기반

Reverse Supervision at Scale: Exponential Search Meets the Economics of Annotation

2025-10-12 · Masoud Makrehchi arxiv

We analyze a reversed-supervision strategy that searches over labelings of a large unlabeled set \(B\) to minimize error on a small labeled set \(A\). The search space is \(2^n\), and the resulting complexity remains exp…

Neural Active Learning Meets the Partial Monitoring Framework

2024-05-14 · Maxime Heuillet, Ola Ahmad, Audrey Durand

We focus on the online-based active learning (OAL) setting where an agent operates over a stream of observations and trades-off between the costly acquisition of information (labelled observations) and the cost of predic…

Active Learning

How Many Tasks Are Enough for Agent Benchmark Decisions? A Replay Analysis of Public LLM Agent Benchmarks

2026-07-14 · Wei-Jung Huang arxiv

Agent benchmarks often compare two agents after all tasks have run, but costly evaluations make partial runs tempting. A task fraction alone does not show whether a partial run supports the same pairwise conclusion as th…

Differential-Critic GAN: Generating What You Want by a Cue of Preferences

2021-07-14 · Yinghua Yao, Yuangang Pan, Ivor W. Tsang, Xin Yao

This paper proposes Differential-Critic Generative Adversarial Network (DiCGAN) to learn the distribution of user-desired data when only partial instead of the entire dataset possesses the desired property. DiCGAN genera…

Generative Adversarial Network

DIOD: Self-Distillation Meets Object Discovery

2024-01-01 · CVPR 2024 1 · Sandra Kara, Hejer Ammar, Julien Denize, Florian Chabot 외

Instance segmentation demands substantial labeling resources. This has prompted increased interest to explore the object discovery task as an unsupervised alternative. In particular promising results were achieved in…

Instance SegmentationKnowledge DistillationObjectObject Discovery+1