paper-with-me

홈 › Papers

Revisiting Multi-Task Learning with ROCK: a Deep Residual Auxiliary Block for Visual Detection

2018-12-01 · NeurIPS 2018 12 · Taylor Mordan, Nicolas Thome, Gilles Henaff, Matthieu Cord

Multi-Task Learning (MTL) is appealing for deep learning regularization. In this paper, we tackle a specific MTL context denoted as primary MTL, where the ultimate goal is to improve the performance of a given primary task by leveraging several other auxiliary tasks. Our main methodological contribution is to introduce ROCK, a new generic multi-modal fusion block for deep learning tailored to the primary MTL context. ROCK architecture is based on a residual connection, which makes forward prediction explicitly impacted by the intermediate auxiliary representations. The auxiliary predictor's architecture is also specifically designed to our primary MTL context, by incorporating intensive pooling operators for maximizing complementarity of intermediate representations. Extensive experiments on NYUv2 dataset (object detection with scene classification, depth prediction, and surface normal estimation as auxiliary tasks) validate the relevance of the approach and its superiority to flat MTL approaches. Our method outperforms state-of-the-art object detection models on NYUv2 dataset by a large margin, and is also able to handle large-scale heterogeneous inputs (real and synthetic images) with missing annotation modalities.

📄 PDF Abstract BibTeX

Code (1)

vita-epfl/rock-pytorch pytorch

Tasks

Depth EstimationDepth PredictionMulti-Task Learningobject-detectionObject DetectionScene ClassificationSurface Normal Estimation

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Batch Normalization 설명 없음
Residual Connection 설명 없음
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

Reducing Learner Redundancy in Boosting via Residual Orthogonalization

2026-06-16 · Ye Su, Jipeng Guo, Yong Liu, Xin Xu 외 arxiv

While sequential residual fitting is the bedrock of standard boosting frameworks, it inherently breeds learner redundancy by repeatedly revisiting correlated error components. To address this bottleneck, we propose a shi…

ROCKET: Residual-Oriented Multi-Layer Alignment for Spatially-Aware Vision-Language-Action Models

2026-02-20 · Guoheng Sun, Tingting Du, Kaixi Feng, Chenxiang Luo 외 arxiv

Vision-Language-Action (VLA) models enable instruction-following robotic manipulation, but they are typically pretrained on 2D data and lack 3D spatial understanding. An effective approach is representation alignment, wh…

Revisiting Temporal Alignment for Video Restoration

2021-11-30 · CVPR 2022 1 · Kun Zhou, Wenbo Li, Liying Lu, Xiaoguang Han 외

Long-range temporal alignment is critical yet challenging for video restoration tasks. Recently, some works attempt to divide the long-range alignment into several sub-alignments and handle them progressively. Although t…

DeblurringDenoisingMotion CompensationSuper-Resolution+2

Rock Classification Based on Residual Networks

2024-02-19 · Sining Zhoubian, Yuyang Wang, Zhihuan Jiang

Rock Classification is an essential geological problem since it provides important formation information. However, exploration on this problem using convolutional neural networks is not sufficient. To tackle this problem…

ClassificationData Augmentation

Revisiting Implicit Differentiation for Learning Problems in Optimal Control

2023-09-21 · NeurIPS 2023 11

This paper proposes a new method for differentiating through optimal trajectories arising from non-convex, constrained discrete-time optimal control (COC) problems using the implicit function theorem (IFT). Previous work…