paper-with-me

홈 › Papers

Hinted Networks

2018-12-15 · Joel Lamy-Poirier, Anqi Xu

We present Hinted Networks: a collection of architectural transformations for improving the accuracies of neural network models for regression tasks, through the injection of a prior for the output prediction (i.e. a hint). We ground our investigations within the camera relocalization domain, and propose two variants, namely the Hinted Embedding and Hinted Residual networks, both applied to the PoseNet base model for regressing camera pose from an image. Our evaluations show practical improvements in localization accuracy for standard outdoor and indoor localization datasets, without using additional information. We further assess the range of accuracy gains within an aerial-view localization setup, simulated across vast areas at different times of the year.

📄 PDF Abstract BibTeX arXiv:1812.06297

Code (0)

등록된 구현이 없습니다.

Tasks

Camera RelocalizationIndoor Localizationregression

Similar Papers 제목 키워드 기반

HINTED: Hard Instance Enhanced Detector with Mixed-Density Feature Fusion for Sparsely-Supervised 3D Object Detection

2024-01-01 · CVPR 2024 1 · Qiming Xia, Wei Ye, Hai Wu, Shijia Zhao 외

Current sparsely-supervised object detection methods largely depend on high threshold settings to derive high-quality pseudo labels from detector predictions. However hard instances within point clouds frequently dis…

3D Object Detectionobject-detectionObject Detection

Learning to Hint for Reinforcement Learning

2026-04-01 · Yu Xia, Canwen Xu, Zhewei Yao, Julian McAuley 외 arxiv

Group Relative Policy Optimization (GRPO) is widely used for reinforcement learning with verifiable rewards, but it often suffers from advantage collapse: when all rollouts in a group receive the same reward, the group y…

Reinforcement Learning

HCRMP: A LLM-Hinted Contextual Reinforcement Learning Framework for Autonomous Driving

2025-05-21 · Zhiwen Chen, Bo Leng, Zhuoren Li, Hanming Deng 외

Integrating Large Language Models (LLMs) with Reinforcement Learning (RL) can enhance autonomous driving (AD) performance in complex scenarios. However, current LLM-Dominated RL methods over-rely on LLM outputs, which ar…

Autonomous DrivingHallucinationMotion PlanningReinforcement Learning (RL)

Curve Detectors

2020-06-17 · Distill 2020 6 · Nick Cammarata, Gabriel Goh, Shan Carter, Ludwig Schubert 외

Every vision model we've explored in detail contains neurons which detect curves. Curve detectors in vision models have been hinted at in the literature as far back as 2013 (see figures in Zeiler & Fergus ), and similar …

HintedBT: Augmenting Back-Translation with Quality and Transliteration Hints

2021-09-09 · EMNLP 2021 11 · Sahana Ramnath, Melvin Johnson, Abhirut Gupta, Aravindan Raghuveer

Back-translation (BT) of target monolingual corpora is a widely used data augmentation strategy for neural machine translation (NMT), especially for low-resource language pairs. To improve effectiveness of the available …

Data AugmentationDecoderMachine TranslationNMT+2