Research Paper
산업
Improving time series forecasting via nonlinear trend-adjusted tree-based models
Tree-based machine learning models have limitations that despite their strong forecasting performance, they are vulnerable to extrapolation outside the distribution of data with a trend. To address this issue, this study proposes a two-step forecasting procedure in which the machine learning model is applied to the residuals after removing the trend from the time series. First, the global nonlinear trend component is separated through regression, and the residuals are extracted which may include autocorrelation and seasonality. After that, the residuals are modeled using Random Forest or XGBoost which are tree-based machine learning models. In the last forecasting step, the separated nonlinear trend is recombined. The simulation experiment uses data from the M3 and M4 competition data and compares the proposed method with a standalone machine learning model without the trend adjustment to evaluate performance. This study proposes a method to combine trend decomposition with machine learning models for time series forecasting and discusses how effective it can enhance forecasting accuracy and computation effciency.
2026
산업
BEAT2AASIST Model with Layer Fusion for ESDD 2026 Challenge
Recent advances in audio generation have increased the risk of realistic environmental sound manipulation, motivating the ESDD 2026 Challenge as the first large-scale benchmark for Environmental Sound Deepfake Detection (ESDD). We propose BEAT2AASIST which extends BEATs-AASIST by splitting BEATs-derived representations along frequency or channel dimension and processing them with dual AASIST branches. To enrich feature representations, we incorporate top-k transformer layer fusion using concatenation, CNN-gated, and Squeeze-and-Excitation (SE)-gated strategies. In addition, vocoder-based data augmentation is applied to improve robustness against unseen spoofing methods. Experimental results on the official test sets demonstrate that the proposed approach achieves competitive performance across the challenge tracks.
2026
의학
Auxiliary-conditioned cross-attention with physiologically interpretable features for Chagas disease detection from 12-lead ECGs
Chagas disease remains a major public-health concern in endemic regions, and chronic cardiac involvement often manifests as conduction abnormalities detectable on standard 12-lead electrocardiograms (ECGs). Reliable automated screening remains challenging because of dataset heterogeneity and label uncertainty, particularly when combining strongly labeled cohorts with large weakly labeled repositories. Approach. We propose a hybrid architecture that integrates a 1D ResNet encoder for local ECG morphology, a bidirectional GRU for long-range temporal context, and handcrafted physiological features and demographics through an auxiliary-conditioned cross-attention module. The auxiliary vector, comprising age, sex, and QRS/conduction descriptors, is projected into a query token that selectively attends to deep sequential embeddings for feature-aware temporal aggregation. To exploit heterogeneous sources while reflecting source reliability, we further adopt a source-aware weighted binary cross-entropy objective. Main results. As team CAUETUMN in the PhysioNet/Computing in Cardiology Challenge 2025, the framework achieved a score of 0.347 on the organizer-held REDS-II leaderboard-validation set during the official phase and 0.218 on the final hidden test set, ranking 17th among 41 eligible teams. Significance. These results suggest that conditioning detection on interpretable QRS and conduction descriptors supports a transparent and physiologically informed screening framework, while highlighting the difficulty of generalizing across heterogeneous cohorts.
2026
산업
BEAT2AASIST Model with Layer Fusion for ESDD 2026 Challenge 2026 IEEE International Conference on Acoustics
Recent advances in audio generation have increased the risk of realistic environmental sound manipulation, motivating the ESDD 2026 Challenge as the first large-scale benchmark for Environmental Sound Deepfake Detection (ESDD). We propose BEAT2AASIST which extends BEATs-AASIST by splitting BEATs-derived representations along frequency or channel dimension and processing them with dual AASIST branches. To enrich feature representations, we incorporate top-k transformer layer fusion using concatenation, CNN-gated, and Squeeze-and-Excitation (SE)-gated strategies. In addition, vocoder-based data augmentation is applied to improve robustness against unseen spoofing methods. Experimental results on the official test sets demonstrate that the proposed approach achieves competitive performance across the challenge tracks.
2026
산업
Sound Event Detection System With Frequency-Aware Enhancements and Semi-Supervised Learning
Sound Event Detection (SED) systems are essential for understanding and classifying the causes and temporal occurrences of sounds in diverse environments. This paper introduces a robust and efficient SED system that integrates a novel Frequency-aware Lightweight Convolutional Attention Module (FLCAM) and semi-supervised learning techniques to address key challenges in audio analysis. The FLCAM enhances 2D convolutional models by preserving critical frequency-domain features and adaptively assigning attention weights, enabling superior performance while maintaining computational efficiency. To fully leverage strongly labeled, weakly labeled, and unlabeled data, our system employs the Mean Teacher framework, which ensures consistency between predictions under different augmentations. Comprehensive experiments on the DESED and L3DAS22 datasets demonstrate the effectiveness of our approach, achieving improvements of approximately 9 percentage points in PSDS and 2 percentage points in F-score metrics, respectively. Despite utilizing significantly fewer parameters, the proposed SED system achieves performance comparable to state-of-the-art models, making it suitable for real-world applications, including resource-constrained environments.
2026
보건 및 환경
Predicting birth weight by multivariate functional principal component regressions
Functional data analysis (FDA) provides a powerful statistical framework for analyzing complex data, such as curves or functions, over high-dimensional domains. In this paper, we focus on functional predictor regression (scalar-on-function) models applied to the prediction of birth weight using maternal dietary patterns during pregnancy. Specifically, we analyze trajectories of nine components of the Alternative Healthy Eating Index (AHEI) as multivariate functional predictors. We adopt Multivariate Functional Principal Component Analysis (MVFPCA) to obtain low-dimensional, uncorrelated representations of the multivariate functional predictors through their FPC scores. Building on MVFPCA, we develop a novel multivariate functional principal component regression (MVFPCR) model to predict birth weight effectively. Our method accommodates various regression approaches, including linear and quantile regression, depending on the distribution of birth weights. Through simulation studies and the application to a fetal growth study dataset, we demonstrate the effectiveness of our proposed model in functional predictor regression.
2026
산업
Monitoring autocorrelated processes using the hidden Markov model
은닉 마르코프 모형(hidden markov model; HMM)은 통계적 모형 기반의 비지도학습 방법 중 하나이다. HMM은 은닉 상태의 수를 조절하여 스퀀스 데이터에 대해 학습이 가능하다. 이 논문에서는 자기상관이 존재하는 공정에서 HMM에 기반한 공정 모니터링 절차를 소개하고, 은닉 상태의 수를 다르게 설정하여 절차의 성능을 비교하고 평가하였다. 성능 평가를 위해 평균 런길이(average run length; ARL)와 다양한 변화에 대한 상대적인 성능 비교를 위해 RMI (relative mean index)라는 측도를 사용하였다. 모의실험을 통해 은닉 상태의 수에 따른 성능 변화 및 딥러닝 기반 절차 중 하나인 RNN 기반 잔차 관리도 절차와 성능을 비교하였다. 시계열 모형의 자기상관 구조와 변화 유형에 따라 HMM 기반 절차의 최적의 은닉 상태의 수는 다르게 나타났으며, AR 형태의 과정에서 1차 자기상관이 아주 강한 경우 HMM 기반 절차가 RNN 기반 절차에 비해 전반적으로 좋은 성능을 보임을 알 수 있었다.
2026
의학
Nonparametric Bayesian latent class model for longitudinal zero-inflated count data
This paper introduces a nonparametric Bayesian latent class model tailored to longitudinal count data with an excess of zeros. By embedding zero-inflation mechanisms and allowing for an unbounded number of mixture components, the proposed approach effectively captures heterogeneous subpopulations while accounting for overdispersion. Specifically, an extended normalised gamma process prior links class membership probabilities to relevant predictors, enabling subjects with similar covariate profiles to form latent classes that capture distinct underlying patterns. In comprehensive simulations, the proposed model demonstrates consistently superior predictive performance and lower misclassification rates compared to competing Poisson, zero-inflated Poisson, and Dirichlet process mixture approaches, underscoring its flexibility and accuracy in modelling latent structures for count data. Empirical validation using longitudinal dental caries data from the Iowa Fluoride Study further confirms that the proposed model outperforms well-known competitors. These findings highlight the importance of integrating flexible mixture modelling with explicit zero-inflation components to address both structural zeros and inherent variability in heterogeneous populations.Co-authors: Yaeji Lim, Hang J. Kim, Beom Seuk Hwang
2026
산업
Differentially private upsampling for enhanced anomaly detection in imbalanced data
In real-world applications, anomaly detection tasks are critically important. For example, fraud detection for the financial domains and the diagnosis of diseases for the medical domains require highly accurate predictions, as errors can lead to severe consequences. These tasks often rely on sensitive personal data, making it necessary to apply privacy-preserving techniques. However, applying privacy-preserving techniques directly degrades performance. To mitigate this issue, the minority class in an imbalanced dataset can be upsampled to improve balance. In this paper, we propose a differentially private upsampling method using a kernel-based support function for imbalanced datasets. The proposed method employs kernel support vector domain description to estimate the distribution of minority class data under differential privacy constraints, generating synthetic instances based on gradient methods. Additionally, we propose a filtering process that leverages the support function of the majority class data to refine the generated samples without additional privacy loss. Experimental results on real-world datasets demonstrate that the proposed method maintains robust privacy guarantees and achieves superior performance in minority class metrics, comparable to non-private methods.Co-authors: Yujin Choi, Jinseong Park, Youngjoo Park, Jaewook Lee
2026