paper-with-me

홈 › Papers

DASHA: Decentralized Autofocusing System with Hierarchical Agents

2021-08-29 · Anna Anikina, Oleg Y. Rogov, Dmitry V. Dylov

State-of-the-art object detection models are frequently trained offline using available datasets, such as ImageNet: large and overly diverse data that are unbalanced and hard to cluster semantically. This kind of training drops the object detection performance should the change in illumination, in the environmental conditions (e.g., rain), or in the lens positioning (out-of-focus blur) occur. We propose a decentralized hierarchical multi-agent deep reinforcement learning approach for intelligently controlling the camera and the lens focusing settings, leading to a significant improvement beyond the capacity of the popular detection models (YOLO, Faster R-CNN, and Retina are considered). The algorithm relies on the latent representation of the camera's stream and, thus, it is the first method to allow a completely no-reference tuning of the camera, where the system trains itself to auto-focus itself.

📄 PDF Abstract BibTeX arXiv:2108.12842

Code (1)

cviaai/dasha 공식 구현 pytorch

Tasks

Deep Reinforcement Learningobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…
RoIPool 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Fast R-CNN Fast R-CNN is an object detection model that improves in its predecessor R-CNN in a number of ways. Instead of extracting CNN…

Similar Papers 제목 키워드 기반

DashAttention: Differentiable and Adaptive Sparse Hierarchical Attention

2026-05-18 · Yuxiang Huang, Nuno M. T. Gonçalves, Federico Alvetreti, Lei Li 외 arxiv

Current hierarchical attention methods, such as NSA and InfLLMv2, select the top-k relevant key-value (KV) blocks based on coarse attention scores and subsequently apply fine-grained softmax attention on the selected tok…

Reconciling Communication Compression and Byzantine-Robustness in Distributed Learning

2025-08-23 · Diksha Gupta, Antonio Honsell, Chuan Xu, Nirupam Gupta 외 arxiv

Distributed learning enables scalable model training over decentralized data, but remains hindered by Byzantine faults and high communication costs. While both challenges have been studied extensively in isolation, their…

DASHA: Distributed Nonconvex Optimization with Communication Compression, Optimal Oracle Complexity, and No Client Synchronization

2022-02-02 · Alexander Tyurin, Peter Richtárik

We develop and analyze DASHA: a new family of methods for nonconvex distributed optimization problems. When the local functions at the nodes have a finite-sum or an expectation form, our new methods, DASHA-PAGE and DASHA…

Distributed OptimizationFederated Learning

TAG: A Decentralized Framework for Multi-Agent Hierarchical Reinforcement Learning

2025-02-21 · Giuseppe Paolo, Abdelhakim Benechehab, Hamza Cherkaoui, Albert Thomas 외

Hierarchical organization is fundamental to biological systems and human societies, yet artificial intelligence systems often rely on monolithic architectures that limit adaptability and scalability. Current hierarchical…

Hierarchical Reinforcement LearningTAG

AdaShadow: Responsive Test-time Model Adaptation in Non-stationary Mobile Environments

2024-10-10 · Cheng Fang, Sicong Liu, Zimu Zhou, Bin Guo 외

On-device adapting to continual, unpredictable domain shifts is essential for mobile applications like autonomous driving and augmented reality to deliver seamless user experiences in evolving environments. Test-time ada…

Autonomous DrivingSchedulingTest-time Adaptation