paper-with-me

홈 › Papers

Analyzing Modular CNN Architectures for Joint Depth Prediction and Semantic Segmentation

2017-02-26 · Omid Hosseini Jafari, Oliver Groth, Alexander Kirillov, Michael Ying Yang, Carsten Rother

This paper addresses the task of designing a modular neural network architecture that jointly solves different tasks. As an example we use the tasks of depth estimation and semantic segmentation given a single RGB image. The main focus of this work is to analyze the cross-modality influence between depth and semantic prediction maps on their joint refinement. While most previous works solely focus on measuring improvements in accuracy, we propose a way to quantify the cross-modality influence. We show that there is a relationship between final accuracy and cross-modality influence, although not a simple linear one. Hence a larger cross-modality influence does not necessarily translate into an improved accuracy. We find that a beneficial balance between the cross-modality influences can be achieved by network architecture and conjecture that this relationship can be utilized to understand different network design choices. Towards this end we propose a Convolutional Neural Network (CNN) architecture that fuses the state of the state-of-the-art results for depth estimation and semantic labeling. By balancing the cross-modality influences between depth and semantic prediction, we achieve improved results for both tasks using the NYU-Depth v2 benchmark.

📄 PDF Abstract BibTeX arXiv:1702.08009

Code (0)

등록된 구현이 없습니다.

Tasks

Depth EstimationDepth PredictionSemantic Segmentation

Similar Papers 제목 키워드 기반

Neural Network Architecture Optimization through Submodularity and Supermodularity

2016-09-01 · Junqi Jin, Ziang Yan, Kun fu, Nan Jiang 외

Deep learning models' architectures, including depth and width, are key factors influencing models' performance, such as test accuracy and computation time. This paper solves two problems: given computation time budget, …

Modularity-Aware Graph Autoencoders for Joint Community Detection and Link Prediction

2022-02-02 · Guillaume Salha-Galvan, Johannes F. Lutzeyer, George Dasoulas, Romain Hennequin 외

Graph autoencoders (GAE) and variational graph autoencoders (VGAE) emerged as powerful methods for link prediction. Their performances are less impressive on community detection problems where, according to recent and co…

Community DetectionLink PredictionPrediction

Looped State-Space Language Models with Adaptive Exit-State Selection

2026-07-11 · Zhenxuan Yu, Takeshi Kojima, Yutaka Matsuo, Yusuke Iwasawa arxiv

Recent work on looped language models suggests that many reasoning problems benefit from greater computational depth rather than from additional independent parameters. Existing studies, however, focus almost exclusively…

DiffStack: A Differentiable and Modular Control Stack for Autonomous Vehicles

2022-12-13 · Peter Karkus, Boris Ivanovic, Shie Mannor, Marco Pavone

Autonomous vehicle (AV) stacks are typically built in a modular fashion, with explicit components performing detection, tracking, prediction, planning, control, etc. While modularity improves reusability, interpretabilit…

Autonomous VehiclesPrediction

Dynamic Reasoning Chains through Depth-Specialized Mixture-of-Experts in Transformer Architectures

2025-09-24 · Sampurna Roy, Ayan Sar, Anurag Kaushish, Kanav Gupta 외 arxiv

Contemporary transformer architectures apply identical processing depth to all inputs, creating inefficiencies and limiting reasoning quality. Simple factual queries are subjected to the same multilayered computation as …