Skip to content

Commit 68c16bc

Browse files
committed
remove kangjun's paper in publication and update news
1 parent 0ea1cb9 commit 68c16bc

2 files changed

Lines changed: 1 addition & 24 deletions

File tree

js/newsdata.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/publications_data.js

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,5 @@
11
const PUBLICATIONS_DATA_LOCAL = [
22

3-
{
4-
"title": "ATLAS: Satellite Battery Anomaly Detection via TSFM-driven Latent Space Clustering",
5-
"authors": [
6-
"Kangjun Lee",
7-
"JongU Park",
8-
"SeungWon Jeong",
9-
"Youjin Shin",
10-
"Simon S. Woo"
11-
],
12-
"venue_full": "ACM/SIGAPP Symposium on Applied Computing",
13-
"venue": "SAC",
14-
"track": "Main Paper",
15-
"Factor": [
16-
"BK Computer Science IF=",
17-
1
18-
],
19-
"year": 2026,
20-
"links": {
21-
"conf": "https://www.sigapp.org/sac/sac2026/"
22-
},
23-
"img": "/img/Publications/SAC-Main_2026_KangJunLee.png",
24-
"abstract": "In the era of expanding satellite operations, ensuring the reliability of battery systems is crucial, as anomalies can lead to catastrophic mission failures and contribute to space debris. However, the development of robust anomaly detection systems is severely hampered by the extreme rarity of labeled anomaly data in real-world satellite telemetry. Existing methods to synthetically generate data often fail to capture the complex, multivariate nature of genuine battery faults. To address these challenges, we propose ATLAS (Satellite Battery Anomaly Detection via TSFM-driven LAtent Space Clustering), a novel, unsupervised anomaly detection framework. First, we systematically define ten distinct battery anomaly types based on real-world incidents and engineering reports from space agencies. Second, we construct a high-fidelity benchmark dataset by injecting these defined anomalies into real-world telemetry from the KAFASAT and SNIPE satellites, ensuring the data preserves realistic operational context and physical constraints. Third, we introduce a reconstruction-based model that leverages a Time-Series Foundation Model (TSFM) as an encoder to learn robust representations, combined with latent space clustering to effectively distinguish between normal and anomalous states without requiring labels. Comprehensive experiments show that ATLAS significantly outperforms 15 state-of-the-art baseline models on our benchmark. By releasing the code for our benchmark data generation, we provide a standard for future research and a robust solution for enhancing the safety and longevity of satellite missions."
25-
},
263
{
274
"title": "TwinTCN: Correlation-Gated Temporal Convolutions with Twin Encoders",
285
"authors": [

0 commit comments

Comments
 (0)