[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"article-learning-from-multiple-data-providers-en":3,"article-related-learning-from-multiple-data-providers-en":29,"series-research-24816c63-267c-4f6f-90b5-3a4cbae34927":72},{"id":4,"slug":5,"title":6,"content":7,"summary":8,"source":9,"source_url":10,"author":11,"image_url":12,"cover_image":12,"category":13,"language":14,"translated_content":11,"related_article_id":15,"keywords":16,"key_takeaways":22,"views":26,"created_at":27,"published_at":28,"topic_cluster_id":11},"24816c63-267c-4f6f-90b5-3a4cbae34927","learning-from-multiple-data-providers-en","Learning from Multiple Data Providers","\u003Cp>How do you learn a distribution when each data provider only answers restricted conditional queries?\u003C\u002Fp>\u003Cp data-speakable=\"summary\">The paper characterizes when restricted conditional samples are enough to learn a distribution.\u003C\u002Fp>\u003Cul>\u003Cli>\u003Cstrong>Research org\u003C\u002Fstrong>: Unspecified in arXiv abstract\u003C\u002Fli>\u003Cli>\u003Cstrong>Core data\u003C\u002Fstrong>: ~O(n^2\u002F\\varepsilon^2)\u003C\u002Fli>\u003Cli>\u003Cstrong>Breakthrough\u003C\u002Fstrong>: Co-occurrence graph conditions determine learnability\u003C\u002Fli>\u003C\u002Ful>\u003Cp>This paper is about a very practical problem hiding behind a clean mathematical model: data is split across multiple sources, and each source only reveals samples conditioned on a subset of the domain. If you are building systems that combine partial, overlapping, or permissioned data streams, the question is not just whether data exists, but whether the structure of the queries makes learning possible at all.\u003C\u002Fp>\u003Cp>The authors study a finite domain [n] and an unknown distribution p over it. Instead of ordinary i.i.d. samples, the learner can query a fixed family of sets S, and each query returns a sample from the conditional distribution p(\u001fcdot | S). That is a much narrower interface than standard sampling, but it matches settings where different providers expose different slices of the same underlying population.\u003C\u002Fp>\u003Ch2>What problem this paper is trying to fix\u003C\u002Fh2>\u003Cp>The core issue is fragmentation. If the learner can only see conditional samples from restricted sets, then the usual intuition behind distribution learning breaks down. Some domain elements may never be observed together, and that changes what can be inferred globally from local evidence.\u003C\u002Fp>\n\u003Cfigure class=\"my-6\">\u003Cimg src=\"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1785222175470-607d.png\" alt=\"Learning from Multiple Data Providers\" class=\"rounded-xl w-full\" loading=\"lazy\" \u002F>\u003C\u002Ffigure>\n\u003Cp>The paper asks a structural question: given a query family \\mathscr{S}, what properties of that family determine whether learning is possible, and at what sample complexity? The answer is not just about how many queries you can make. It depends on how those queryable sets overlap.\u003C\u002Fp>\u003Cp>To capture that overlap, the paper uses a co-occurrence graph. Two domain elements are adjacent if they appear together in some queryable set. This graph becomes the organizing object for the whole analysis, because it encodes which parts of the domain can be related through the available conditional samples.\u003C\u002Fp>\u003Ch2>How the method works in plain English\u003C\u002Fh2>\u003Cp>The paper separates two learning goals: pointwise consistency and PAC learning. Pointwise consistency is the weaker target; PAC learning is the stronger one. In this model, pointwise consistency is achievable when the co-occurrence graph is connected on the target support.\u003C\u002Fp>\u003Cp>PAC learning needs more structure. The abstract says it is possible when the co-occurrence graph is complete. In other words, every pair of elements must be linked through some queryable set if you want the stronger guarantee.\u003C\u002Fp>\u003Cp>That distinction matters because it shows that not all overlap is equal. A connected graph can be enough to estimate things locally and consistently, but a complete graph is needed to get the full PAC-style guarantee in this conditional-sampling setting.\u003C\u002Fp>\u003Cp>The paper also identifies a structural condition called hierarchical comparability as sufficient for nearly linear optimal complexity. Pairwise query families are given as a canonical example of this regime. The takeaway is that the geometry of the query family, not just its size, controls how efficiently learning can happen.\u003C\u002Fp>\u003Ch2>What the paper actually shows\u003C\u002Fh2>\u003Cp>The strongest result is a complete characterization of the sample complexity range for PAC learning under these restricted queries. For every query family with complete co-occurrence graph, the paper gives an upper bound of \\widetilde O(n^2\u002F\\varepsilon^2), and shows that this is tight in the worst case.\u003C\u002Fp>\n\u003Cfigure class=\"my-6\">\u003Cimg src=\"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1785222173643-gs2a.png\" alt=\"Learning from Multiple Data Providers\" class=\"rounded-xl w-full\" loading=\"lazy\" \u002F>\u003C\u002Ffigure>\n\u003Cp>That worst-case quadratic rate is important: it means there is no universal shortcut hidden in the model. Even when the graph condition is strong enough to permit PAC learning, the sample cost can still be large depending on the query family.\u003C\u002Fp>\u003Cp>At the other end, if [n] itself is queryable, then ordinary sampling becomes available and the bound improves to \\Theta(n\u002F\\varepsilon^2). The abstract says this cannot be improved further, even if every set is queryable. So in this model, more query access does not automatically beat the linear barrier once plain sampling is already available.\u003C\u002Fp>\u003Cp>Between those endpoints, the paper shows that the full range of polynomial rates is attainable. For every \\alpha \\in (1,2), there exists a query family with optimal PAC rate \\widetilde \\Theta(n^\\alpha\u002F\\varepsilon^2). That is a strong structural result: the sample complexity can interpolate smoothly between nearly linear and quadratic depending on how the query family is arranged.\u003C\u002Fp>\u003Cp>One thing the abstract does not provide is \u003Ca href=\"\u002Ftag\u002Fbenchmark\">benchmark\u003C\u002Fa> numbers on real datasets or empirical experiments. This is a theory paper, so the results are asymptotic sample-complexity bounds and structural characterizations, not measured system performance.\u003C\u002Fp>\u003Ch2>Why developers should care\u003C\u002Fh2>\u003Cp>If you work on data platforms, federated analytics, privacy-preserving learning, or any system where data access is mediated by overlapping providers, this paper gives a useful mental model. It says the bottleneck may not be model choice or optimizer tuning; it may be the query topology itself.\u003C\u002Fp>\u003Cp>That matters for interface design. If your application only allows conditional access to subsets of data, then you should care about how those subsets overlap. A connected but sparse overlap pattern may support weaker learning goals, while stronger guarantees can require much denser connectivity.\u003C\u002Fp>\u003Cp>The co-occurrence graph is also a practical abstraction for reasoning about permissions and coverage. You can think of it as a way to ask whether your data access policy leaves blind spots that make global \u003Ca href=\"\u002Ftag\u002Finference\">inference\u003C\u002Fa> expensive or impossible.\u003C\u002Fp>\u003Ch2>Limits and open questions\u003C\u002Fh2>\u003Cp>The model is stylized, which is both its strength and its limitation. It cleanly isolates the effect of restricted conditional sampling, but it does not try to model every real-world complication in multi-provider data systems.\u003C\u002Fp>\u003Cp>The abstract also focuses on sample complexity, not on computational cost, implementation overhead, or robustness to noise beyond the sampling model. So while the structural results are sharp, they do not by themselves tell you how to build a production system.\u003C\u002Fp>\u003Cp>Still, the paper is valuable because it draws a crisp line between access structure and learnability. For engineers, that is often the difference between a pipeline that can be made statistically sound and one that is doomed by its data interface from the start.\u003C\u002Fp>\u003Cp>In short, the paper shows that when data comes from multiple restricted providers, the shape of the overlap graph determines whether learning is feasible, and how expensive it will be.\u003C\u002Fp>\u003Ch2>Bottom line\u003C\u002Fh2>\u003Cp>If you only remember one thing, make it this: conditional samples are not interchangeable with ordinary samples, and the query family’s overlap structure can force sample complexity anywhere from nearly linear to quadratic.\u003C\u002Fp>\u003Cp>That is a useful design lesson for anyone building systems around partial data access. The math says the access pattern is part of the learning problem, not just a transport detail.\u003C\u002Fp>","The paper maps when conditional samples from overlapping providers are enough to learn a distribution.","arxiv.org","https:\u002F\u002Farxiv.org\u002Fabs\u002F2607.24732",null,"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1785222175470-607d.png","research","en","596ed05a-61b7-43f9-83ad-be1ce4df20c1",[17,18,19,20,21],"distribution learning","conditional sampling","co-occurrence graph","PAC learning","data providers",[23,24,25],"Restricted conditional samples can still support learning, but only under specific overlap structure.","Complete co-occurrence graphs allow PAC learning; connected graphs suffice for pointwise consistency.","Sample complexity can range from nearly linear to quadratic depending on the query family.",0,"2026-07-28T07:02:27.303734+00:00","2026-07-28T07:02:27.294+00:00",{"tags":30,"relatedLang":31,"relatedPosts":35},[],{"id":15,"slug":32,"title":33,"language":34},"learning-from-multiple-data-providers-zh","多資料來源下的可學性地圖","zh",[36,42,48,54,60,66],{"id":37,"slug":38,"title":39,"cover_image":40,"image_url":40,"created_at":41,"category":13},"7e0a6c0b-07eb-4b23-9255-48c5158a83a2","certified-parallel-sinkhorn-dynamic-ot-en","Certified parallel Sinkhorn speeds up dynamic OT","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1785220374716-koom.png","2026-07-28T06:32:28.555426+00:00",{"id":43,"slug":44,"title":45,"cover_image":46,"image_url":46,"created_at":47,"category":13},"aa1ac072-2a62-4dcd-b490-7e1a8c76abb5","clinfusion-vision-centric-medical-mllm-en","ClinFusion tackles medical MLLMs from the vision side","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1785218581130-w4j3.png","2026-07-28T06:02:29.094023+00:00",{"id":49,"slug":50,"title":51,"cover_image":52,"image_url":52,"created_at":53,"category":13},"fc7bd883-2fbc-4ec8-bc1d-36d4076ade43","explainable-rl-air-traffic-control-en","Explainable RL for Air Traffic Control","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1785135780604-uwi1.png","2026-07-27T07:02:30.676702+00:00",{"id":55,"slug":56,"title":57,"cover_image":58,"image_url":58,"created_at":59,"category":13},"779ca356-4e9e-4741-a6ee-398941b44e0c","skill-self-play-llm-co-evolving-skills-en","Skill Self-Play lets LLMs co-evolve skills","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1785133981352-1nko.png","2026-07-27T06:32:29.216764+00:00",{"id":61,"slug":62,"title":63,"cover_image":64,"image_url":64,"created_at":65,"category":13},"77b16b72-e2f0-48bd-9cb0-100e095990b5","sm4rt-structured-motion-4d-reconstruction-en","SM4RT brings rigid motion into 4D reconstruction","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1785132175687-12u4.png","2026-07-27T06:02:28.2844+00:00",{"id":67,"slug":68,"title":69,"cover_image":70,"image_url":70,"created_at":71,"category":13},"8b0e71c7-05b9-4b12-ba3b-32ee6b3922e7","prompt-engineering-turns-codegen-into-repeatable-workflow-en","Prompt engineering turns codegen into a repeatable workflow","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1784923393776-6mgu.png","2026-07-24T20:02:49.622948+00:00",[73,78,83,88,93,98,103,108,113,118],{"id":74,"slug":75,"title":76,"created_at":77},"a2715e72-1fe8-41b3-abb1-d0cf1f710189","ai-predictions-2026-big-changes-en","AI Predictions for 2026: Brace for Big Changes","2026-03-26T01:25:07.788356+00:00",{"id":79,"slug":80,"title":81,"created_at":82},"8404bd7b-4c2f-4109-9ec4-baf29d88af2b","ml-papers-of-the-week-github-research-desk-en","ML Papers of the Week Turns GitHub Into a Research Desk","2026-03-27T01:11:39.480259+00:00",{"id":84,"slug":85,"title":86,"created_at":87},"87897a94-8065-4464-a016-1f23e89e17cc","ai-ml-conferences-to-watch-in-2026-en","AI\u002FML Conferences to Watch in 2026","2026-03-27T01:51:54.184108+00:00",{"id":89,"slug":90,"title":91,"created_at":92},"6f1987cf-25f3-47a4-b3e6-db0997695be8","openclaw-agents-manipulated-self-sabotage-en","OpenClaw Agents Can Be Manipulated Into Failure","2026-03-28T03:03:18.899465+00:00",{"id":94,"slug":95,"title":96,"created_at":97},"a53571ad-735a-4178-9f93-cb09b699d99c","vega-driving-language-instructions-en","Vega: Driving with Natural Language Instructions","2026-03-28T14:54:04.698882+00:00",{"id":99,"slug":100,"title":101,"created_at":102},"a34581d6-f36e-46da-88bb-582fb3e7425c","personalizing-autonomous-driving-styles-en","Drive My Way: Personalizing Autonomous Driving Styles","2026-03-28T14:54:26.148181+00:00",{"id":104,"slug":105,"title":106,"created_at":107},"2bc1ad7f-26ce-4f02-9885-803b35fd229d","training-knowledge-bases-writeback-rag-en","Training Knowledge Bases with WriteBack-RAG","2026-03-28T14:54:45.643433+00:00",{"id":109,"slug":110,"title":111,"created_at":112},"71adc507-3c54-4605-bbe2-c966acd6187e","packforcing-long-video-generation-en","PackForcing: Efficient Long-Video Generation Method","2026-03-28T14:55:02.646943+00:00",{"id":114,"slug":115,"title":116,"created_at":117},"675942ef-b9ec-4c5f-a997-381250b6eacb","pixelsmile-facial-expression-editing-en","PixelSmile Framework Enhances Facial Expression Editing","2026-03-28T14:55:20.633463+00:00",{"id":119,"slug":120,"title":121,"created_at":122},"6954fa2b-8b66-4839-884b-e46f89fa1bc3","adaptive-block-scaled-data-types-en","IF4: Smarter 4-Bit Quantization That Adapts to Your Data","2026-03-31T06:00:36.65963+00:00"]