paper-with-me

홈 › Papers

TabChange: Precise Attribute Changes in Tabular Data

2026-05-30 · Arjun Dahal, Yu Lei, Raghu N. Kacker, Richard Kuhn arxiv

Modifying an attribute in tabular data often introduces an unnatural instance by breaking its relationships with other attributes. The modified instance must be both natural and minimally changed from the original instance. This paper addresses the challenge of generating such a modified instance. We identify key limitations in existing approaches: generative models either don't support instance-level attribute editing or, in the case of methods like CVAE, retain attribute information in the latent space, leading to unnecessary modifications. To solve this, we propose TabChange, an approach that analyzes the relationship between the attribute of interest and other attributes in the dataset. If the relationship is weak, it simply flips the attribute; if it is strong, it uses an adversarial framework that removes information about the attribute in the latent space representation. This removal enables precise modifications, making only the necessary adjustments to maintain naturalness. Our experiments across seven datasets show that TabChange generates counterfactuals in attributes that are comparable in naturalness and are more proximal to their original instances. This leads to a higher number of valid counterfactuals and a lower number of invalid counterfactuals compared to the baselines.

📄 PDF Abstract BibTeX arXiv:2606.00503

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Neural Additive Image Model: Interpretation through Interpolation

2024-03-06 · Arik Reuter, Anton Thielmann, Benjamin Saefken

Understanding how images influence the world, interpreting which effects their semantics have on various quantities and exploring the reasons behind changes in image-based predictions are highly difficult yet extremely i…

Additive modelsmodel

CLEAR: A Clinically-Grounded Tabular Framework for Radiology Report Evaluation

2025-05-22 · Yuyang Jiang, Chacha Chen, Shengyuan Wang, Feng Li 외

Existing metrics often lack the granularity and interpretability to capture nuanced clinical differences between candidate and ground-truth radiology reports, resulting in suboptimal evaluation. We introduce a Clinically…

AttributeDescriptive

Tabular Incremental Inference

2026-01-22 · Xinda Chen, Zhen Xing, Hanyu Zhang, Weimin Tan 외 arxiv

Tabular data is a fundamental form of data structure. The evolution of table analysis tools reflects humanity's continuous progress in data acquisition, management, and processing. The dynamic changes in table columns ar…

Preserving logical and functional dependencies in synthetic tabular data

2024-09-26 · Chaithra Umesh, Kristian Schultz, Manjunath Mahendra, Saparshi Bej 외

Dependencies among attributes are a common aspect of tabular data. However, whether existing tabular data generation algorithms preserve these dependencies while generating synthetic data is yet to be explored. In additi…

AttributeSynthetic Data GenerationTabular Data Generation

No Data? No Problem: Robust Vision-Tabular Learning with Missing Values

2025-12-22 · Marta Hasny, Laura Daza, Keno Bressem, Maxime Di Folco 외 arxiv

Large-scale medical biobanks provide imaging data complemented by extensive tabular information, such as clinical measurements or demographics. However, this abundance of tabular attributes does not reflect real-world da…

Data Augmentation