SearcharxivSearch

arXiv subjects

Jiwon Jang

Publications and source records attributed to Jiwon Jang.

3 recordsLinked to original sources

Flat Score, Amplified Failures: How the Error Budget Masks Damage in Quantized LLM Agents

Post-training quantization to 4-bit weights is widely reported to be nearly lossless. We test this claim for multi-turn, tool-calling agents, where it now matters most. On $\tau^2$-bench, across two open-weight model families in dense and MoE variants and two domains (eight cells, 456 episodes each, at 16-, 8-, and 4-bit weights), quantization indeed looks free on the standard metric. No cell shows a score change that survives multiple-comparison correction, and in the cell that carries the largest process damage, equivalence testing bounds the change within $\pm$7.5 points. The process tells a different story. Quantization amplifies the failure the model already exhibits at full precision (tool-name hallucination in telecom, with the same directional trend in retail entity errors) by up to 2.5$\times$ in volume (+17.6 points per task), while creating essentially no new failures. The failure set is the same at every precision (rank correlation $\geq$ 0.94, 0.18% novel events). The score stays flat because the benchmark's ten-error budget absorbs the extra failures. Shrinking the budget to two errors re-exposes a score gap of 17 points, and it does so only in the one cell where quantization added error volume, exactly as the masking account predicts. A targeted error-repair prompt, run for five telecom models at every precision, removes the damage exactly and only where it lives. Both diagnostics, the per-channel error rate and success under a shrinking budget, come from logs benchmarks already collect; we suggest reporting them alongside task reward.

cs.LG

Characterization of the commercial spectrograph system for astronomical observations: PIXIS 1300BX Camera and IsoPlane 320A Spectrograph

We present the result from a comprehensive laboratory and on-sky characterization of the commercial spectrograph system consisting of a PIXIS 1300BX charge-coupled device (CCD) camera and an IsoPlane 320A spectrograph as part of the preparation of the forthcoming all-sky spectroscopic survey of nearby galaxies (A-SPEC). In the laboratory, we have quantified readout noise, dark current, gain, and full-well capacity via bias, dark, and photon transfer curve analysis at all acquisition modes. To do that, we have developed a gradient correction technique to address row-dependent signal gradients in the image, which are caused by the shutter-less condition of our CCD camera test setup. The technique successfully reproduces the values in the manufacturer specifications. We also have measured quantum efficiency exceeding 80% from 400--800 nm and $\gtrsim$ 90% between 450--750 nm, with sub-second persistence decay, making it ideal for rapid, multi-object spectroscopy. Using a set of diffraction gratings (150, 300, and 600 gr mm$^{-1}$), we have evaluated the spatial separability of multiple spectra and spectral resolution. We have conducted a test observation with this spectrograph system at the Seoul National University Astronomical Observatory (SAO) 1 m telescope and successfully demonstrated its capability of multi-object spectroscopy with moderate resolution of $R \approx 600 - 2600$. We release all Python codes for the test and recipes to facilitate further instrument evaluations.

astro-ph.IM

Model Agnostic Preference Optimization for Medical Image Segmentation

Preference optimization offers a scalable supervision paradigm based on relative preference signals, yet prior attempts in medical image segmentation remain model-specific and rely on low-diversity prediction sampling. In this paper, we propose MAPO (Model-Agnostic Preference Optimization), a training framework that utilizes Dropout-driven stochastic segmentation hypotheses to construct preference-consistent gradients without direct ground-truth supervision. MAPO is fully architecture- and dimensionality-agnostic, supporting 2D/3D CNN and Transformer-based segmentation pipelines. Comprehensive evaluations across diverse medical datasets reveal that MAPO consistently enhances boundary adherence, reduces overfitting, and yields more stable optimization dynamics compared to conventional supervised training.

cs.CV