Sulisetyo Puji Widodo
Badan Pusat Statistik

Published : 2 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 2 Documents
Search
Journal : PROCEEDINGS OF THE INTERNATIONAL CONFERENCE ON DATA SCIENCE AND OFFICIAL STATISTICS

Exploration of Resnet Variants in High Spatial Resolution Domain Adaptation: From air-to-space imagery Sulisetyo Puji Widodo; Nur Rachmawati
Proceedings of The International Conference on Data Science and Official Statistics Vol. 2023 No. 1 (2023): Proceedings of 2023 International Conference on Data Science and Official St
Publisher : Politeknik Statistika STIS

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.34123/icdsos.v2023i1.280

Abstract

Land cover is nowadays mapped mostly from airborne and space-borne data. Because of the difference in sensors, large spectral differences and inconsistent spatial resolution may arise between these two data sources. Consequently, the same object may exhibit completely different features. In this case, models trained from annotated airborne and ineffective when applied to space-borne data. Cross-Sensor Land-COVER (LoveCS) shows good results in overcoming this problem. LoveCS leverages small-scale aerial image annotations to promote land cover mapping on large-scale spacecraft. LoveCS uses ResNet50 as its encoder. In recent years, many studies have tried to develop other variants of ResNet, such as ResNeXt, ResNeSt, Res2Net, and Res2NeXt. These variants turned out to give better results in a variety of tasks compared to ResNet. Therefore, in this study we modified the LoveCS encoder by replacing ResNet50 with ResNet variants such as ResNeXt, ResNeSt, Res2Net, and Res2NeXt in an effort to improve LoveCS accuracy. Our evaluation shows that Res2Net50 as an encoder improves the performance of LoveCS. The average F1 increases by 1.38%, OA by 1.96%, and Kappa by 2.75% from the baseline method.
Comparative Analysis of Retriever and Reader for Open Domain Questions Answering on BPS Knowledge in Indonesian Sulisetyo Puji Widodo
Proceedings of The International Conference on Data Science and Official Statistics Vol. 2023 No. 1 (2023): Proceedings of 2023 International Conference on Data Science and Official St
Publisher : Politeknik Statistika STIS

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.34123/icdsos.v2023i1.384

Abstract

Enumerators from Badan Pusat Statistik (BPS) still often encounter problems in finding solutions to cases encountered during censuses or surveys. Even though knowledge lists have been created and collected in various systems such as QA and knowledge management systems, enumerators still need to find appropriate answers from long and complex knowledge search results. On the other hand, Open-domain Question Answering (OpenQA) is capable of identifying answers to natural questions based on large-scale documents. OpenQA has main components, namely Retriever and Reader. For Retriever tasks, Dense Retrieval (DR) is proven to outperform traditional sparse retrieval such as TF-IDF or BM25. However, other research actually shows that BM25 is superior to DR in terms of accuracy. In this study, we compared DR and BM25 separately and DR+BM25 as a retriever. Additionally, we combine and evaluate several enhanced language models as Readers. In this way, a model with the best combination of Retriever and Reader can be obtained to be implemented in search systems such as QA and knowledge management systems.