paper-with-me

Papers

Factoring out prior knowledge from low-dimensional embeddings

2021-03-02 · Edith Heiter, Jonas Fischer, Jilles Vreeken

Low-dimensional embedding techniques such as tSNE and UMAP allow visualizing high-dimensional data and therewith facilitate the discovery of interesting structure. Although they are widely used, they visualize data as is, rather than in light of the background knowledge we have about the data. What we already know, however, strongly determines what is novel and hence interesting. In this paper we propose two methods for factoring out prior knowledge in the form of distance matrices from low-dimensional embeddings. To factor out prior knowledge from tSNE embeddings, we propose JEDI that adapts the tSNE objective in a principled way using Jensen-Shannon divergence. To factor out prior knowledge from any downstream embedding approach, we propose CONFETTI, in which we directly operate on the input distance matrices. Extensive experiments on both synthetic and real world data show that both methods work well, providing embeddings that exhibit meaningful structure that would otherwise remain hidden.

📄 PDF Abstract BibTeX arXiv:2103.01828

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Conditional t-SNE: Complementary t-SNE embeddings through factoring out prior information

2019-05-24 · Bo Kang, Darío García García, Jefrey Lijffijt, Raúl Santos-Rodríguez 외

Dimensionality reduction and manifold learning methods such as t-Distributed Stochastic Neighbor Embedding (t-SNE) are routinely used to map high-dimensional data into a 2-dimensional space to visualize and explore the d…

Dimensionality Reduction

Knowledge Refactoring for Inductive Program Synthesis

2020-04-21 · Sebastijan Dumancic, Tias Guns, Andrew Cropper

Humans constantly restructure knowledge to use it more efficiently. Our goal is to give a machine learning system similar abilities so that it can learn more efficiently. We introduce the \textit{knowledge refactoring} p…

Inductive logic programmingProgram inductionProgram Synthesis

Cluster Exploration using Informative Manifold Projections

2023-09-26 · Stavros Gerolymatos, Xenophon Evangelopoulos, Vladimir Gusev, John Y. Goulermas

Dimensionality reduction (DR) is one of the key tools for the visual exploration of high-dimensional data and uncovering its cluster structure in two- or three-dimensional spaces. The vast majority of DR methods in the l…

Dimensionality Reduction

Scalable Knowledge Refactoring using Constrained Optimisation

2024-08-21 · Minghao Liu, David M. Cerna, Filipe Gouveia, Andrew Cropper

Knowledge refactoring compresses a logic program by introducing new rules. Current approaches struggle to scale to large programs. To overcome this limitation, we introduce a constrained optimisation refactoring approach…

AgRefactor: Self-Evolving Agentic Workflow for HLS Compatibility and Performance

2026-06-29 · Yang Zou, Zijian Ding, Yizhou Sun, Jason Cong arxiv

High-Level Synthesis (HLS) provides a fast path from concepts to silicon, but converting real-world software into synthesizable HLS code remains challenging due to restrictive language support and the gap between softwar…