paper-with-me

Papers

Information Compression and Performance Evaluation of Tic-Tac-Toe's Evaluation Function Using Singular Value Decomposition

2022-07-06 · Naoya Fujita, Hiroshi Watanabe

We approximated the evaluation function for the game Tic-Tac-Toe by singular value decomposition (SVD) and investigated the effect of approximation accuracy on winning rate. We first prepared the perfect evaluation function of Tic-Tac-Toe and performed low-rank approximation by considering the evaluation function as a ninth-order tensor. We found that we can reduce the amount of information of the evaluation function by 70% without significantly degrading the performance. Approximation accuracy and winning rate were strongly correlated but not perfectly proportional. We also investigated how the decomposition method of the evaluation function affects the performance. We considered two decomposition methods: simple SVD regarding the evaluation function as a matrix and the Tucker decomposition by higher-order SVD (HOSVD). At the same compression ratio, the strategy with the approximated evaluation function obtained by HOSVD exhibited a significantly higher winning rate than that obtained by SVD. These results suggest that SVD can effectively compress board game strategies and an optimal compression method that depends on the game exists.

📄 PDF Abstract BibTeX arXiv:2207.02449

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

TuckER TuckER

Similar Papers 제목 키워드 기반

Semantic-assisted image compression

2022-01-29 · Qizheng Sun, Caili Guo, Yang Yang, Jiujiu Chen 외

Conventional image compression methods typically aim at pixel-level consistency while ignoring the performance of downstream AI tasks.To solve this problem, this paper proposes a Semantic-Assisted Image Compression metho…

Image Compression

CALR: Corrective Adaptive Low-Rank Decomposition for Efficient Large Language Model Layer Compression

2025-08-21 · Muchammad Daniyal Kautsar, Afra Majida Hariono, Widyawan, Syukron Abu Ishaq Alfarozi 외 arxiv

Large Language Models (LLMs) present significant deployment challenges due to their immense size and computational requirements. Model compression techniques are essential for making these models practical for resource-c…

Model Compression

Lossless Compression: A New Benchmark for Time Series Model Evaluation

2025-09-25 · Meng Wan, Benxi Tian, Jue Wang, Cui Hui 외 arxiv

The evaluation of time series models has traditionally focused on four canonical tasks: forecasting, imputation, anomaly detection, and classification. While these tasks have driven significant progress, they primarily a…

Anomaly Detection

PCToolkit: A Unified Plug-and-Play Prompt Compression Toolkit of Large Language Models

2024-03-26 · Jinyi Li, Yihuai Lan, Lei Wang, Hao Wang

Prompt compression is an innovative method for efficiently condensing input prompts while preserving essential information. To facilitate quick-start services, user-friendly interfaces, and compatibility with common data…

Code CompletionFew-Shot LearningMathematical Problem-SolvingMultiple-choice+1

LongCodeZip: Compress Long Context for Code Language Models

2025-10-01 · Yuling Shi, Yichun Qian, Hongyu Zhang, Beijun Shen 외 arxiv

Code generation under long contexts is becoming increasingly critical as Large Language Models (LLMs) are required to reason over extensive information in the codebase. While recent advances enable code LLMs to process l…

Question AnsweringCode GenerationCode Completion