paper-with-me

Papers

Deconstruct Complexity (DeComplex): A Novel Perspective on Tackling Dense Action Detection

2025-01-30 · Faegheh Sardari, Armin Mustafa, Philip J. B. Jackson, Adrian Hilton

Dense action detection involves detecting multiple co-occurring actions in an untrimmed video while action classes are often ambiguous and represent overlapping concepts. To address this challenge task, we introduce a novel perspective inspired by how humans tackle complex tasks by breaking them into manageable sub-tasks. Instead of relying on a single network to address the entire problem, as in current approaches, we propose decomposing the problem into detecting key concepts present in action classes, specifically, detecting dense static concepts and detecting dense dynamic concepts, and assigning them to distinct, specialized networks. Furthermore, simultaneous actions in a video often exhibit interrelationships, and exploiting these relationships can improve performance. However, we argue that current networks fail to effectively learn these relationships due to their reliance on binary cross-entropy optimization, which treats each class independently. To address this limitation, we propose providing explicit supervision on co-occurring concepts during network optimization through a novel language-guided contrastive learning loss. Our extensive experiments demonstrate the superiority of our approach over state-of-the-art methods, achieving substantial relative improvements of 23.4% and 2.5% mAP on the challenging benchmark datasets, Charades and MultiTHUMOS.

📄 PDF Abstract BibTeX arXiv:2501.18509

Code (0)

등록된 구현이 없습니다.

Tasks

Action DetectionContrastive Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

MEC$^3$O: Multi-Expert Consensus for Code Time Complexity Prediction

2025-10-10 · Joonghyuk Hahn, Soohan Lim, Yo-Sub Han arxiv

Predicting the complexity of source code is essential for software development and algorithm analysis. Recently, Baik et al. (2025) introduced CodeComplex for code time complexity prediction. The paper shows that LLMs wi…

Deconstructing analogy

2013-08-09 · Mark Keane

Analogy has been shown to be important in many key cognitive abilities, including learning, problem solving, creativity and language change. For cognitive models of analogy, the fundamental computational question is how …

It's Not What Machines Can Learn, It's What We Cannot Teach

2020-02-21 · ICML 2020 1 · Gal Yehuda, Moshe Gabel, Assaf Schuster

Can deep neural networks learn to solve any task, and in particular problems of high complexity? This question attracts a lot of interest, with recent works tackling computationally hard tasks such as the traveling sales…

Traveling Salesman Problem

The Distributed Information Bottleneck reveals the explanatory structure of complex systems

2022-04-15 · Kieran A. Murphy, Dani S. Bassett

The fruits of science are relationships made comprehensible, often by way of approximation. While deep learning is an extremely powerful way to find relationships in data, its use in science has been hindered by the diff…

Deep Learning

Neural network layers as parametric spans

2022-08-01 · Mattia G. Bergomi, Pietro Vertechi

Properties such as composability and automatic differentiation made artificial neural networks a pervasive tool in applications. Tackling more challenging problems caused neural networks to progressively become more comp…