paper-with-me

Papers

Fine-Grained Causal Dynamics Learning with Quantization for Improving Robustness in Reinforcement Learning

2024-06-05 · Inwoo Hwang, Yunhyeok Kwak, Suhyung Choi, Byoung-Tak Zhang, Sanghack Lee

Causal dynamics learning has recently emerged as a promising approach to enhancing robustness in reinforcement learning (RL). Typically, the goal is to build a dynamics model that makes predictions based on the causal relationships among the entities. Despite the fact that causal connections often manifest only under certain contexts, existing approaches overlook such fine-grained relationships and lack a detailed understanding of the dynamics. In this work, we propose a novel dynamics model that infers fine-grained causal structures and employs them for prediction, leading to improved robustness in RL. The key idea is to jointly learn the dynamics model with a discrete latent variable that quantizes the state-action space into subgroups. This leads to recognizing meaningful context that displays sparse dependencies, where causal structures are learned for each subgroup throughout the training. Experimental results demonstrate the robustness of our method to unseen states and locally spurious correlations in downstream tasks where fine-grained causal reasoning is crucial. We further illustrate the effectiveness of our subgroup-based approach with quantization in discovering fine-grained causal relationships compared to prior methods.

📄 PDF Abstract BibTeX arXiv:2406.03234

Code (1)

iwhwang/Fine-Grained-Causal-RL 공식 구현 pytorch

Tasks

QuantizationReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Fine-Grained Post-Training Quantization for Large Vision Language Models with Quantization-Aware Integrated Gradients

2026-03-18 · Ziwei Xiang, Fanhu Zeng, Hongjian Fang, Rui-Qi Wang 외 arxiv

Large Vision Language Models (LVLMs) have achieved remarkable success in a range of downstream tasks that require multimodal interaction, but their capabilities come with substantial computational and memory overhead, wh…

Dual Grained Quantization: Efficient Fine-Grained Quantization for LLM

2023-10-07 · Luoming Zhang, Wen Fei, Weijia Wu, Yefei He 외

Large Language Models (LLMs) pose significant hardware challenges related to memory requirements and computational ability. There are two mainstream quantization schemes for LLMs: coarse-grained ($\textit{e.g.,}$ channel…

Quantization

CaFlow: Enhancing Long-Term Action Quality Assessment with Causal Counterfactual Flow

2025-11-26 · Ruisheng Han, Kanglei Zhou, Shuang Chen, Amir Atapour-Abarghouei 외 arxiv

Action Quality Assessment (AQA) predicts fine-grained execution scores from action videos and is widely applied in sports, rehabilitation, and skill evaluation. Long-term AQA, as in figure skating or rhythmic gymnastics,…

Action Quality Assessment

Column-wise Quantization of Weights and Partial Sums for Accurate and Efficient Compute-In-Memory Accelerators

2025-02-11 · Jiyoon Kim, Kang Eun Jeon, Yulhwa Kim, Jong Hwan Ko

Compute-in-memory (CIM) is an efficient method for implementing deep neural networks (DNNs) but suffers from substantial overhead from analog-to-digital converters (ADCs), especially as ADC precision increases. Low-preci…

Quantization

Training Dynamics Impact Post-Training Quantization Robustness

2025-10-07 · Albert Catalan-Tatjer, Niccolò Ajroldi, Jonas Geiping arxiv

While post-training quantization is widely adopted for efficient deployment of large language models, the mechanisms underlying quantization robustness remain unclear. We conduct a comprehensive analysis of quantization …