中文
相关论文

相关论文: Solving the TTC 2011 Reengineering Case with Hensh…

200 篇论文

In this paper, we introduce our approaches using Transformer-based models for different problems of the COLIEE 2021 automatic legal text processing competition. Automated processing of legal documents is a challenging task because of the…

Transparent machine learning is introduced as an alternative form of machine learning, where both the model and the learning system are represented in source code form. The goal of this project is to enable direct human understanding of…

机器学习 · 计算机科学 2019-11-18 Dustin Juliano

Transformers have become the architecture of choice for learning long-range dependencies, yet their adoption in hyperspectral imaging (HSI) is still emerging. We reviewed more than 300 papers published up to 2025 and present the first…

计算机视觉与模式识别 · 计算机科学 2025-06-11 Guyang Zhang , Waleed Abdulla

We deploy an advanced Machine Learning (ML) environment, leveraging a multi-scale cross-attention encoder for event classification, towards the identification of the $gg\to H\to hh\to b\bar b b\bar b$ process at the High Luminosity Large…

高能物理 - 唯象学 · 物理学 2024-02-16 A. Hammad , S. Moretti , M. Nojiri

We discuss the successes and limitations of statistical sampling for a sequence of models studied in the context of lattice QCD and emphasize the need for new methods to deal with finite-density and real-time evolution. We show that these…

高能物理 - 格点 · 物理学 2022-09-21 Yannick Meurice , Ryo Sakai , Judah Unmuth-Yockey

We describe a hybrid procedure for solving the traveling salesman problem (TSP) to provable optimality. We first sparsify the instance, and then use a hybrid algorithm that combines a branch-and-cut TSP solver with a Hamiltonian cycle…

数据结构与算法 · 计算机科学 2017-05-22 Vladimir Ejov , Michael Haythorpe , Serguei Rossomakhine

Decades of exponential scaling in high performance computing (HPC) efficiency is coming to an end. Transistor based logic in complementary metal-oxide semiconductor (CMOS) technology is approaching physical limits beyond which further…

机器学习 · 计算机科学 2024-02-01 Fiona Knoll , John T. Daly , Jess J. Meyer

Cross-modal retrieval has drawn wide interest for retrieval across different modalities of data. However, existing methods based on DNN face the challenge of insufficient cross-modal training data, which limits the training effectiveness…

多媒体 · 计算机科学 2017-08-16 Xin Huang , Yuxin Peng , Mingkuan Yuan

In this paper, we present our experience based on a reengineering project. The software project is to re-engineer the original system of a company to answer the new requirements and changed business functions. Reengineering is a process…

软件工程 · 计算机科学 2012-06-20 Waraporn Jirapanthong

Analogical reasoning is a hallmark of human intelligence, enabling us to solve new problems by transferring knowledge from one situation to another. Yet, developing artificial intelligence systems capable of robust human-like analogical…

机器学习 · 计算机科学 2026-04-09 Philipp Hellwig , Willem Zuidema , Claire E. Stevenson , Martha Lewis

Visual-to-auditory sensory substitution devices can assist the blind in sensing the visual environment by translating the visual information into a sound pattern. To improve the translation quality, the task performances of the blind are…

计算机视觉与模式识别 · 计算机科学 2019-04-22 Di Hu , Dong Wang , Xuelong Li , Feiping Nie , Qi Wang

With dramatic improvements in optimization software, the solution of large-scale problems that seemed intractable decades ago are now a routine task. This puts even more real-world applications into the reach of optimizers. At the same…

最优化与控制 · 数学 2023-03-07 Marc Goerigk , Michael Hartisch

The paper focuses on a new class of combinatorial problems which consists in restructuring of solutions (as sets/structures) in combinatorial optimization. Two main features of the restructuring process are examined: (i) a cost of the…

人工智能 · 计算机科学 2015-12-22 Mark Sh. Levin

Understanding source code is a topic of great interest in the software engineering community, since it can help programmers in various tasks such as software maintenance and reuse. Recent advances in large language models (LLMs) have…

软件工程 · 计算机科学 2025-04-25 Michele Carissimi , Martina Saletta , Claudio Ferretti

Much of today's machine learning research involves interpreting, modifying or visualizing models after they are trained. I present Penzai, a neural network library designed to simplify model manipulation by representing models as simple…

机器学习 · 计算机科学 2024-08-02 Daniel D. Johnson

Let us consider a case where all of the elements in some continuous slices are missing in tensor data. In this case, the nuclear-norm and total variation regularization methods usually fail to recover the missing elements. The key problem…

计算机视觉与模式识别 · 计算机科学 2018-04-06 Tatsuya Yokota , Burak Erem , Seyhmus Guler , Simon K. Warfield , Hidekata Hontani

We describe a general parameterized scheme of program and constraint analyses allowing us to specify both the program specialization method known as Turchin's supercompilation and Hmelevskii's algorithm solving the quadratic word equations.…

计算机科学中的逻辑 · 计算机科学 2018-07-25 Antonina Nepeivoda

The recently introduced Tsetlin Machine (TM) has provided competitive pattern classification accuracy in several benchmarks, composing patterns with easy-to-interpret conjunctive clauses in propositional logic. In this paper, we go beyond…

机器学习 · 计算机科学 2019-06-25 K. Darshana Abeyrathna , Ole-Christoffer Granmo , Lei Jiao , Morten Goodwin

Interpretable machine learning tackles the important problem that humans cannot understand the behaviors of complex machine learning models and how these models arrive at a particular decision. Although many approaches have been proposed, a…

机器学习 · 计算机科学 2019-05-21 Mengnan Du , Ninghao Liu , Xia Hu

We present a new technique called type targeted testing, which translates precise refinement types into comprehensive test-suites. The key insight behind our approach is that through the lens of SMT solvers, refinement types can also be…

编程语言 · 计算机科学 2017-08-29 Eric L. Seidel , Niki Vazou , Ranjit Jhala