<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>Algorithms and Logic Group</title>
  <link>https://tcsuestc.com/</link>
  <description>Algorithms and Logic Group at the University of Electronic Science and Technology of China</description>
  <language>en-US</language>
  
  
    
  
  
  <item>
    <title>Saket Saurabh: Picking Random At Vertices</title>
    <link>https://tcsuestc.com/2026/07/15/saket-saurabh-picking-random-at-vertices/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2026/07/15/saket-saurabh-picking-random-at-vertices/</guid>
    <pubDate>Wed, 15 Jul 2026 16:42:54 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>We survey some recent graph algorithms that are based on picking a vertex at random and declaring it to be a part of the solution. This simple idea has been deployed to obtain state-of-the-art parameterized, exact exponential time, and approximation algorithms for a number of problems, such as Feedback Vertex Set and 3-Hitting Set. We will also discuss a recent 2-approximation algorithm for Feedback Vertex Set in Tournaments that<br>
is based on picking a vertex at random and declaring it to not be part of the solution.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Saket Saurabh received his PhD in Computer Science (2008), from The Institute of Mathematical Sciences (IMSc), Chennai. Saurabh spent two years (2007-2009) as a Postdoctoral Fellow at University of Bergen, Norway, and is now a professor at IMSc and at Department of Informatics at the University of Bergen. His main research interests are in graph algorithms, parameterized algorithms and complexity. He has written more than 300 articles, graduated more than 15 PhD students, and mentored around 10 post doctoral fellows. He is a co-author of two books: Parameterized Algorithms and Kernelization theory of parameterized preprocessing.</p>
<p>He is a SwarnaJayanti Fellow in Mathematical Sciences (2018), Fellow of Indian Academy of Sciences (2020), Academia Europaea (2020), and European Association for Theoretical Computer Science (EATCS, 2021). He received the inaugural ACM India Early Career Researcher Award in 2020, and Shanti Swarup Bhatnagar Prize (SSB) for Science and Technology 2021 (Mathematical Science). He is also the recipient of an ERC starting grant and an ERC Consolidator Grants in parameterized algorithms. He was also named one of the ACM Distinguished Members in 2022.</p>
<h2 id="poster">Poster</h2>
<p><img src="https://tcsuestc.com/wp-content/uploads/2026/07/saket26-7-compressed-200x300.jpg" alt="" width="200" height="300" srcset="/wp-content/uploads/2026/07/saket26-7-compressed-200x300.jpg 200w, /wp-content/uploads/2026/07/saket26-7-compressed-683x1024.jpg 683w, /wp-content/uploads/2026/07/saket26-7-compressed-768x1152.jpg 768w, /wp-content/uploads/2026/07/saket26-7-compressed-1024x1536.jpg 1024w, /wp-content/uploads/2026/07/saket26-7-compressed-1366x2048.jpg 1366w, /wp-content/uploads/2026/07/saket26-7-compressed-scaled.jpg 1707w, /wp-content/uploads/2026/07/saket26-7-compressed.jpg 2677w" sizes="(max-width: 232px) calc(100vw - 32px), 200px" loading="lazy" decoding="async">
</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Jie Xue: Fine-Grained Bounds for Courcelle’s Theorem</title>
    <link>https://tcsuestc.com/2026/06/04/jie-xue-fine-grained-bounds-for-courcelles-theorem/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2026/06/04/jie-xue-fine-grained-bounds-for-courcelles-theorem/</guid>
    <pubDate>Thu, 04 Jun 2026 10:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>Courcelle’s theorem is one of the most celebrated algorithmic meta-theorems and has brought a profound impact on the theory of parameterized complexity. The theorem states that every graph property expressible by a monadic second-order (MSO) formula $\phi$ can be checked in $f(\phi,t)\cdot n$ time where $n$ and $t$ denote the number of vertices and the treewidth of the input graph, respectively. While the time complexity of Courcelle’s theorem is linear in $n$, the understanding of the function $f(\phi,t)$ in the bound remained poor and coarse. In this talk, we discuss a fine-grained version of Courcelle’s theorem with explicit dependence on the quantifier structure of $\phi$ and the treewidth parameter $t$, which is almost optimal assuming the ETH.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Jie Xue is an Assistant Professor of Computer Science at NYU Shanghai. His research area is Theoretical Computer Science, and more specifically, Computational Geometry, Algorithms &amp; Data Structures, Graph Theory, and Parameterized Complexity. His research mainly focuses on designing efficient algorithms and data structures for fundamental problems regarding geometric objects and graphs. His work has been published regularly on top venues of TCS, such as STOC, FOCS, SODA, SoCG, etc. and has received the Best Paper Award at SoCG’24 and a Distinguished Paper Award at AAAI’23.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Yike Chen: Discrete Unimodal-Cost p-Median on a Line.</title>
    <link>https://tcsuestc.com/2026/05/22/yike-chen-discrete-unimodal-cost-p-median-on-a-line/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2026/05/22/yike-chen-discrete-unimodal-cost-p-median-on-a-line/</guid>
    <pubDate>Fri, 22 May 2026 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>This talk studies the Unimodal-Cost $k$-Median problem: given $n$ piecewise-linear<br>
unimodal functions $f_1,\ldots,f_n: \mathbb{R} \to \mathbb{R}$, choose $k$ facilities $y_1,\ldots,y_k$ in $\mathbb{R}$ to minimize $\sum_i \min_r f_i(y_r)$. The classical special case $f_i(y)=w_i|y-z_i|$ arises in facility placement and has been well studied [Love 1976; Hassin &amp; Tamir 1991; Chen &amp; Wang 2014]. We consider general unimodal costs, allowing asymmetry.</p>
<p>For $k=2$, we give an $O((n+k\log k)\log n)$ exact algorithm via total monotonicity and divide-and-conquer. For general $k$, we reduce the problem to a minimum-weight $k$-link path with Monge costs, and combine a direct $k$-stage DP with the frameworks of Aggarwal et al. [1993] and Schieber [1998], using batched column-minimum primitives in place of $O(1)$ edge-weight access. With $m$ total breakpoints, the overall time is </p>
$$O\!\left((m+n\log n)\log m \cdot \min\left\{k,\; \log m\sqrt{k\log m},\; \log m\cdot 2^{O(\sqrt{\log k\,\log\log m})}\right\}\right).$$]]></content:encoded>
  </item>
  
  <item>
    <title>Kangyi Tian: Representative Family and Its Applications</title>
    <link>https://tcsuestc.com/2026/05/15/kangyi-tian-representative-family-and-its-applications/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2026/05/15/kangyi-tian-representative-family-and-its-applications/</guid>
    <pubDate>Fri, 15 May 2026 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>Since it was systematically developed for parameterized algorithms in [Fomin et al., JACM 2016], the Representative Family technique has become a powerful tool in parameterized algorithm design. In this talk, I will introduce the Representative Family technique, including its core definitions, underlying intuition, and the key ideas behind efficient computation. I will then present its application to the Kidney Exchange Problem, where Representative Family leads to a deterministic algorithm improving the running time from $O^*(14.34^t)$ to $O^*(6.855^t)$. ($t$ is the solution size.) This example illustrates how the technique can be used to speed up exponential-time dynamic programming algorithms, thereby transforming them into fixed-parameter tractable algorithms.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Wenfei Fan:  Beyond LLMs: A Multi-Paradigm AI Approach</title>
    <link>https://tcsuestc.com/2026/05/14/wenfei-fan-beyond-llms-a-multi-paradigm-ai-approach/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2026/05/14/wenfei-fan-beyond-llms-a-multi-paradigm-ai-approach/</guid>
    <pubDate>Thu, 14 May 2026 10:00:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>Large Language Models (LLMs) are transforming many applications, yet their use in industrial and high-stakes settings remains limited. LLMs often suffer from hallucinations, limited interpretability, weak explicit reasoning, and heavy data dependence, making it difficult to ensure reliable, fair, and robust decision-making in real time.</p>
<p>This talk advocates a multi-paradigm AI approach that integrates machine learning with logical reasoning. By embedding data-driven models within logical rules as predicates, this approach improves reasoning consistency, interpretability, and controllability while reducing reliance on large training data. We present practical case studies spanning industrial manufacturing, cyber security, early-stage drug discovery, intelligent recommendation, and banking risk control, demonstrating how multi-paradigm AI supports low-cost, high-accuracy, and interpretable decision-making. The talk aims to incite interest in this emerging direction.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Professor Wenfei Fan is the Chair of Web Data Management at the University of Edinburgh, UK, and the Chief Scientist of Shenzhen Institute of Computing Science, China. He is a Foreign Member of Chinese Academy of Sciences, a Fellow of the Royal Society (FRS), a Fellow of the Royal Academy of Engineering (FREng), a Fellow of the Royal Society of Edinburgh (FRSE), a Member of the Academy of Europe (MAE), and an ACM Fellow (FACM). He is a visiting chair professor at Peking University, and a distinguished visiting professor at Tsinghua University.<br>
He received his PhD from the University of Pennsylvania (USA), and his MSc and BSc from Peking University (China). He is a recipient of Royal Society Wolfson Research Merit Award in 2018, ERC Advanced Grant in 2015, the Roger Needham Award in 2008 (UK), Yangtze River Scholar in 2007 (China), the Outstanding Overseas Young Scholar Award in 2003 (China), the Career Award in 2001 (USA), and several Test-of-Time and Best Paper Awards (Alberto O. Mendelzon Test-of-Time Award of ACM PODS 2015 and 2010, Best Paper Awards for SIGMOD 2017, VLDB 2010, ICDE 2007 and Computer Networks 2002). His current research interests include database theory and systems, in particular big data, DB4AI, AI4DB, data quality, parallel models, and unification of logical reasoning and machine learning.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Yiping Liu: A Reduction-Driven Local Search for the Generalized Independent Set Problem</title>
    <link>https://tcsuestc.com/2026/04/17/yiping-liu-a-reduction-driven-local-search-for-the-generalized-independent-set-problem/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2026/04/17/yiping-liu-a-reduction-driven-local-search-for-the-generalized-independent-set-problem/</guid>
    <pubDate>Fri, 17 Apr 2026 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>The Generalized Independent Set (GIS) problem extends the classical maximum independent set problem by incorporating profits for vertices and penalties for edges. This generalized problem has been identified in diverse applications in fields such as forest harvesting, competitive facility location, social network analysis, and even machine learning.However, solving the GIS problem in large-scale, real-world networks remains computationally challenging. In this paper, we explore data reduction techniques to address this challenge. We first propose 14 reduction rules that can reduce the input graph with rigorous optimality guarantees. We then present a reduction-driven local search (RLS) algorithm that integrates these reduction rules into the pre-processing, the initial solution generation, and the local search components in a computationally efficient way. The RLS is empirically evaluated on 278 graphs drawn from different application scenarios. The results indicate that the RLS is highly competitive. For most graphs, it achieves significantly superior solutions compared to other known solvers, and it effectively provides solutions for graphs exceeding 260 million edges, a task at which every other known method fails. Analysis also reveals that data reduction plays a key role in achieving such a competitive performance.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Chao Xu: AI-Assisted Mathematics in Practice: Tools, Workflows, and a Case Study</title>
    <link>https://tcsuestc.com/2026/04/03/chao-xu-ai-assisted-mathematics-in-practice-tools-workflows-and-a-case-study/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2026/04/03/chao-xu-ai-assisted-mathematics-in-practice-tools-workflows-and-a-case-study/</guid>
    <pubDate>Fri, 03 Apr 2026 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>Large language models are useful research assistants in theoretical computer science — generating examples, writing scripts, triaging literature, stress-testing conjectures, and contributing to proofs. This talk gives a brief overview of recent advances in AI for mathematics, then focuses on how to use these tools effectively in practice: what to prompt, when to trust, and how to verify. I will illustrate these ideas through a recent result obtained with significant AI assistance, walking through the real process of discovery, failure, and iteration that led to it.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Xiaoyang Gong: Maltsev Constraints are tractable</title>
    <link>https://tcsuestc.com/2026/03/20/xiaoyang-gong-maltsev-constraints-are-tractable/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2026/03/20/xiaoyang-gong-maltsev-constraints-are-tractable/</guid>
    <pubDate>Fri, 20 Mar 2026 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>One of the most sighificant achievements in the study of Constraint Satisfaction Problems (CSPs) is a result due to Bulatov [ECCC 2002], which establishes that every constraint language $\Gamma$ – a set of relations over a finite domain-that is invariant under a Mal’tsev operation, i.e.,a ternary operation $p$ satisfying </p>
$$p(x, y, y) = p(y, y, x) = x \quad \text{for all } x, y,$$<p> gives rise to a tractable problem class. This result both subsumes and generalizes several previously known tractable fragments of the CSP, including affine constraint problems [JACM 1997, STOC 1978] and constraint satisfaction problems over finite groups with near-subgroups and their cosets [SIAM J. Computing 1998]. Moreover, it has become a cornerstone of more recent developments in the field, most notably the complete complexity classification of CSPs over three-element domains [FOCS 2002] and the resolution of the conservative CSP [LICS 2003].<br>
This talk presents the simplified proof of tractability for CSPs admitting a Mal’tsev polymorphism, following the treatment of Bulatov and Dalmau [SIAM J. Computing 2006).</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Xinyao Wang: A journey through constraint satisfication problem.</title>
    <link>https://tcsuestc.com/2026/03/13/xinyao-wang-a-journey-through-constraint-satisfication-problem/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2026/03/13/xinyao-wang-a-journey-through-constraint-satisfication-problem/</guid>
    <pubDate>Fri, 13 Mar 2026 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>Computational problems exhibit a wide range of behaviors in terms of how efficiently they can be solved. What underlying mathematical structure in a problem enables an efficient algorithm, and what structural obstacles lead to intractability? While one might not expect a universal theory explaining the sources of algorithmic easiness and hardness across all problems, a remarkably clean answer emerges in the setting of constraint satisfaction problems (CSPs). CSPs provide a unifying framework for a broad class of problems. In this talk, we introduce the basic framework of CSP and illustrate it through several classical examples, such as graph coloring, Horn-SAT, and linear equations. We then explain how the complexity of a CSP is governed by certain algebraic operations called polymorphisms, which capture hidden structure in the space of solutions.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Ce Jin: New Algorithms for Pigeonhole Equal Subset Sum</title>
    <link>https://tcsuestc.com/2026/01/05/new-algorithms-for-pigeonhole-equal-subset-sum/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2026/01/05/new-algorithms-for-pigeonhole-equal-subset-sum/</guid>
    <pubDate>Mon, 05 Jan 2026 12:08:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>We study the Pigeonhole Equal Subset Sum problem, which is a total-search variant of the Subset Sum problem introduced by Papadimitriou (1994): we are given a set of $n$ positive integers $\{w_1,\ldots,w_n\}$ with the additional restriction that $\sum_{i=1}^n w_i \lt 2^n-1$, and want to find two different subsets $A,B \subseteq [n]$ such that $\sum_{i\in A} w_i = \sum_{i\in B} w_i$.</p>
<p>Previously, the best known runtime for Pigeonhole Equal Subset Sum was $O^*(2^{n/2})$, via either meet-in-middle or dynamic programming (Allcock, Hamoudi, Joux, Klingelhöfer, and Santha, ESA 2022). Our main result is a faster randomized algorithm in $O^*(2^{n/3})$ time. Unlike many previous works in this area, our approach does not use the representation method, but rather exploits a simple structural characterization of input instances with few solutions.</p>
<p>Based on two papers which appeared in ICALP 2024 and ESA 2025, jointly with Hongxun Wu, Ryan Williams, and Stan Zhang.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Ce Jin is a Miller Postdoctoral Fellow at UC Berkeley. He completed his PhD at MIT in 2025. Before that, he was an undergraduate student in Yao Class, Tsinghua University. He has a broad interest in theoretical computer science.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>蔡少伟: SAT与EDA形式化验证</title>
    <link>https://tcsuestc.com/2025/12/19/sat%E4%B8%8Eeda%E5%BD%A2%E5%BC%8F%E5%8C%96%E9%AA%8C%E8%AF%81/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2025/12/19/sat%E4%B8%8Eeda%E5%BD%A2%E5%BC%8F%E5%8C%96%E9%AA%8C%E8%AF%81/</guid>
    <pubDate>Fri, 19 Dec 2025 10:30:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>布尔可满足性问题（SAT）是理论计算机的经典问题，同时有广泛的应用。SAT求解器是电子设计自动化（EDA）的重要基础引擎，尤其是现代EDA形式化验证技术的基础。本报告主要介绍我们在SAT求解器以及EDA形式化验证技术的研究进展。</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>蔡少伟，中国科学院软件研究所研究员，中国科学院优秀导师，CCF杰出会员/学术工委执行委员，研究约束求解和形式化验证，主持自然基金委青年B项目和重点项目，获得领域顶级会议CAV、CP、SAT等会议的最佳/杰出论文奖，多次获得SAT比赛、SMT比赛和MaxSAT比赛冠军，以及鸿蒙创新大赛冠军等，担任SAT 会议程序委员会主席，受邀到SAT，CP，FMCAD等领域顶级会议做特邀报告。其求解器应用于包括华为、华大九天、中国航空集团、国家电网、阿里巴巴、微软等多家企业/机构在内的多个实际场景，包括集成电路验证、操作系统验证、云计算调度和航空制造调度等。</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Tian Bai: A Quadratic Vertex Kernel and a Subexponential Algorithm for Subset Feedback Arc Set in Tournaments</title>
    <link>https://tcsuestc.com/2025/12/12/a-quadratic-vertex-kernel-and-a-subexponential-algorithm-for-subset-feedback-arc-set-in-tournaments/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2025/12/12/a-quadratic-vertex-kernel-and-a-subexponential-algorithm-for-subset-feedback-arc-set-in-tournaments/</guid>
    <pubDate>Fri, 12 Dec 2025 20:00:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>In the Subset Feedback Arc Set in Tournaments (Subset-FAST) problem, we are given as input a tournament $T$ with a vertex set $V(T)$ and an arc set $A(T)$, along with a terminal set $S \subseteq V(T)$, and an integer $k$. The objective is to determine whether there exists a set $F \subseteq A(T)$ with $|F| \leq k$ such that the resulting graph $T-F$ contains no cycle that includes any vertex of $S$. When $S=V(T)$, this is the classic Feedback Arc Set in Tournaments (FAST) problem. We obtain the first polynomial kernel for this problem parameterized by the solution size. More precisely, we obtain an algorithm that, given an input instance $(T,S,k)$, produces an equivalent instance $(T',S',k')$ with $k' \leq k$ and $|V(T')|=O(k^2)$.</p>
<p>It was known that FAST admits a simple quadratic vertex kernel and a non-trivial linear vertex kernel. However, no such kernel was previously known for Subset-FAST. Our kernel employs variants of the most well-known reduction rules for FAST and introduces two new reduction rules to identify irrelevant vertices. As a result of our kernelization, we also obtain the first sub-exponential time FPT algorithm for Subset-FAST.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Tian Bai is currently a postdoctoral researcher at the University of Bergen (UiB). Previously, he worked as a postdoctoral researcher at the University of Hong Kong (HKU) in the ALGO Lab. He received his Ph.D. from the University of Electronic Science and Technology of China (UESTC) as a member of the Algorithms and Logic Group, under the supervision of Prof. Mingyu Xiao.<br>
His research is centered on the design and analysis of algorithms, particularly exact and parameterized algorithms for graph problems. He also has a strong interest in algorithmic game theory.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Sk Samim Islam: Multipacking in Graphs: Hardness Results and Approximation Algorithms on Graph Subclasses</title>
    <link>https://tcsuestc.com/2025/12/12/multipacking-in-graphs-hardness-results-and-approximation-algorithms-on-graph-subclasses/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2025/12/12/multipacking-in-graphs-hardness-results-and-approximation-algorithms-on-graph-subclasses/</guid>
    <pubDate>Fri, 12 Dec 2025 16:30:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>This talk focuses on the multipacking problem in undirected graphs. We begin by outlining the hardness results established for this problem. A <em>multipacking</em> in an undirected graph $G = (V, E)$ is a set $M \subseteq V$ such that for every vertex $v \in V$ and every integer $r \ge 1$, the ball of radius $r$ around $v$ contains at most $r$ vertices of $M$; equivalently, there are at most $r$ vertices of $M$ within distance $r$ from $v$ in $G$. The <em>multipacking number</em> of $G$ is the maximum cardinality of a multipacking of $G$. The Multipacking problem asks whether a graph contains a multipacking of size at least $k$.</p>
<p>For more than a decade, it remained an open question whether the Multipacking problem is NP-complete or solvable in polynomial time, although the problem is known to be polynomial-time solvable for certain graph classes (such as strongly chordal graphs, grids, etc.). We resolve this open question by proving that the Multipacking problem is NP-complete for undirected graphs. Moreover, we show that the problem is W[2]-hard when parameterized by the solution size. We further strengthen these results by proving that the problem remains NP-complete and W[2]-hard (under the same parameterization) even for several graph subclasses. Additionally, we design an exact exponential-time algorithm that computes a maximum multipacking in an $n$-vertex graph in time $O^*(1.63^n)$.</p>
<p>Finally, we present an approximation algorithm for the Multipacking problem on cactus graph. The talk will outline the proof technique behind the $1.5$-approximation algorithm for cactus graphs.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Sk Samim Islam, Ph.D. scholar at the Indian Statistical Institute, Kolkata, India.</p>
<h2 id="online-access">Online Access</h2>
<p>Join Zoom Meeting<br>
https://us06web.zoom.us/j/87293332992?pwd=RwexmgEeYOaHpBaprbdO4P7FKC7KRV.1</p>
<p>Meeting ID: 872 9333 2992<br>
Passcode: 009710</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Yiding Feng: Calibration and Decision Making:An Information Design Perspective</title>
    <link>https://tcsuestc.com/2025/11/29/calibration-and-decision-makingan-information-design-perspective/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2025/11/29/calibration-and-decision-makingan-information-design-perspective/</guid>
    <pubDate>Sat, 29 Nov 2025 20:09:45 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>Modern machine learning models–such as large language models-are increasingly accurate at making predictions, and their outputs are often used by downstream decision-makers to guide actions. For these predictions to be truly useful, however, they must not only be accurate but also reliable. A key criterion for reliability is calibration, which ensures that predicted probabilities align with actual outcomes. In this talk, l present an information-design perspective on calibrated prediction. I will introduce a general framework for comparing the informativeness of different machine predictors, and show how this lens helps us understand the limits and possibilities of calibration. I will then discuss how to optimize predictors in environments where decision-makers incentives may be misaligned with those of the predictor.<br>
Based on the joint work with Wei Tang and Liuhan Qian. Some results have been accepted in SODA 2026。</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Yiding Feng is an assistant professor at HKUST IEDA. Previously, he worked as a principal researcher atthe University of Chicago Booth School of Business, and postdoctoral researcher at Microsoft Research New England. He received his Ph.D. from the Department of Computer Science, at Northwestern University in 2021. His research focuses on operations research, economics &amp; computation, and theoretical computer science. He was the recipient of the INFORMS Auctions and Market Design (AMD) Michael H. Rothkopf Junior Researcher Paper Prize (second place).</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Yibin Zhao: Closing the Gap Between Undirected and Eulerian Spectral Sparsification</title>
    <link>https://tcsuestc.com/2025/10/31/yibin-zhao-closing-the-gap-between-undirected-and-eulerian-spectral-sparsification/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2025/10/31/yibin-zhao-closing-the-gap-between-undirected-and-eulerian-spectral-sparsification/</guid>
    <pubDate>Fri, 31 Oct 2025 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>Although spectral sparsification is well understood for undirected graphs, developing efficient algorithms for Eulerian directed graphs — a key step towards efficient directed Laplacian solvers — has long been challenging. Eulerian sparsification requires preserving degree balance while controlling asymmetric matrix variances, making standard undirected techniques insufficient.</p>
<p>In this talk, I will present a line of my recent work that progressively closes this gap. I will describe how effective resistance decomposition and electrical routing enable efficient edge sampling, how matrix discrepancy theory helps reduce sparsity, and how degree-preserving patching graph combined with dynamic expander decomposition yields fully dynamic “Eulerian” sparsifiers. Together, these results bring the theory and efficiency of Eulerian sparsification much closer to that of the undirected setting.</p>
<p>This talk is based on joint works with Arun Jambulapati, Sushant Sachdeva, Aaron Sidford, Anvith Thudi, and Kevin Tian.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Yibin Zhao is a final-year PhD candidate at the University of Toronto, advised by Sushant Sachdeva. Previously, he received his B.S. degree in Computer Science from the University of Toronto. His research focuses on the design and analysis of fast algorithms, with particular interest in problems at the intersection of algorithmic graph theory, numerical linear algebra, and data structures.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Xiaoyang Gong: Word structures and their automatic presentations</title>
    <link>https://tcsuestc.com/2025/09/12/xiaoyang-gong-word-structures-and-their-automatic-presentations/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2025/09/12/xiaoyang-gong-word-structures-and-their-automatic-presentations/</guid>
    <pubDate>Fri, 12 Sep 2025 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>We study automatic presentations of the structures $(\mathbb{N}; S)$, $(\mathbb{N}; E_S)$, $(\mathbb{N}; \leq)$, and their expansions by a unary predicate $U$. Here $S$ is the successor function, $E_S$ is the undirected version of $S$, and $\leq$ is the natural order. We call these structures word structures. Our goal is three-fold. First, we study the isomorphism problem for automatic word structures by focusing on the following three problems. The first problem asks to design an algorithm that, given an automatic structure $\mathcal A$, decides if $\mathcal A$ is isomorphic to $(\mathbb{N}; S)$. The second asks to design an algorithm that, given two automatic presentations of $(\mathbb{N}; S, U_1)$ and $(\mathbb{N}; S, U_2)$, where $U_1$ and $U_2$ are unary predicates, decides if these structures are isomorphic. The third problem investigates if there is an algorithm that, given two automatic presentations of $(\mathbb{N}; \leq, U_1)$ and $(\mathbb{N}; \leq, U_2)$, decides whether $U_1\cap U_2\neq \emptyset$. We show that these problems are undecidable.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Angsheng Li: 谋算智能：模型、原理与方法</title>
    <link>https://tcsuestc.com/2025/06/29/%E8%B0%8B%E7%AE%97%E6%99%BA%E8%83%BD%E6%A8%A1%E5%9E%8B%E5%8E%9F%E7%90%86%E4%B8%8E%E6%96%B9%E6%B3%95/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2025/06/29/%E8%B0%8B%E7%AE%97%E6%99%BA%E8%83%BD%E6%A8%A1%E5%9E%8B%E5%8E%9F%E7%90%86%E4%B8%8E%E6%96%B9%E6%B3%95/</guid>
    <pubDate>Sun, 29 Jun 2025 22:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>现有的人工智能技术是一个物理世界科学体系下的、以计算为中心的、数据驱动的智能技术，是一个“有算无谋”的信息处理技术（所谓的算力出奇迹）。这是图灵技术路线的技术，并没有回答智能的实质是什么？智能的原理、策略是什么？等基本问题。人是最高智能体，人工智能就是用机器来实现人的智能。人的智能策略无非就是“谋”和“算”，谋全局，算局部，先谋后算。从计算到谋算是人工智能发展的必由之路。长期以来，一直没有一个谋的数学理论。谋和谋算的数学原理是破解人工智能科学障碍的必要条件。我提出“谋”就是层谱抽象、跨越抽象层谱的演算、推理与优化（直觉推理）的数学定义，“算”就是分而治之，同一抽象层谱的演算、推理与优化的理论。“谋”是信息科学的概念，“算”是物理世界的科学概念。学习、智能、人工智能是信息世界的科学现象，只能在信息世界科学体系下来建立。信息是打开信息世界的钥匙，是建立人工智能科学体系的支点。我建立了信息的数学原理，建立了人工智能的信息科学原理。提出了智能论题：一个主体的智能就是该主体的信息，即</p>
<p><strong>智能=信息</strong>。</p>
<p>人工智能的信息科学原理建立了人工智能的信息模型，即孙子模型，奠定了有原理、可解释、高效、可信的人工智能技术、人工智能技术路线和人工智能机器的数学基础。本报告将介绍人工智能的这一科学原理。</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>北京航空航天大学教授。2003年国家杰出青年基金获得者，2008年中国科学院百人计划入选者。现任中国人工智能学会人工智能基础专业委员会主任。</p>
<p>1993年中国科学院软件研究所研究生毕业，获博士学位。1993年7月-2018年7月在中国科学院软件研究所工作，分别于1995，1999年被聘为副研究员、研究员。分别于1998年1月-1999年1月，2000年2月-2002年2月在英国Leeds大学做访问学者、研究员。2008年9月-2009年3月在美国Cornell大学做访问科学家。2012年1月-2012年3月，英国剑桥大学牛顿数学研究所做访问学者。2018年7月-今，入职北京航空航天大学计算机学院。</p>
<p>研究计算、信息与智能的数学原理。2008 – 2016年，提出编码树的概念、结构熵的度量，创立了《结构信息论》。2016 – 2024，提出信息世界的层谱抽象科学范式，建立了包括信息演算理论、信息生成原理和信息解码原理为三大支柱的信息的数学原理；建立了包括（观察）学习的信息理论、自我意识的信息理论和博弈/谋算理论为三大支柱的人工智能信息科学原理。2024年在科学出版社出版《人工智能科学 — 智能的数学原理》和《人工智能原理 — 从计算到谋算的模型、原理与方法》专著。 目前主要研究“谋算智能机器原理”和“《孙子兵法》的人工智能原理”。</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Zhiyi Huang: Optimal 4-Approximation for the Correlated Pandora’s Problem</title>
    <link>https://tcsuestc.com/2025/06/13/optimal-4-approximation-for-the-correlated-pandoras-problem/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2025/06/13/optimal-4-approximation-for-the-correlated-pandoras-problem/</guid>
    <pubDate>Fri, 13 Jun 2025 09:30:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>The Correlated Pandora’s Problem posed by Chawla et al. (2020) generalizes the classical Pandora’s Problem by allowing the numbers inside the Pandora’s boxes to be correlated. It also generalizes the Min Sum Set Cover problem, and is related to the Uniform Decision Tree problem. This paper gives an optimal 4-approximation for the Correlated Pandora’s Problem, matching the lower bound of 4 from Min Sum Set Cover.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Zhiyi Huang is an Associate Professor of Computer Science at the University of Hong Kong. Before joining HKU, he was a postdoc at Stanford University from 2013 to 2014, working with Tim Roughgarden. He earned his Ph.D. from the University of Pennsylvania under the supervision of Sampath Kannan and Aaron Roth in 2013, and a bachelor’s degree in 2008 from the first “Yao Class” founded by Andrew Chi-Chih Yao at Tsinghua University.</p>
<p>Zhiyi works broadly on algorithms, focusing on the role of information—and its flip-side, uncertainty—in computation. He is interested in algorithms for sequential decision-making under uncertainty (<strong>online algorithms</strong>), learning based on different forms of information (<strong>learning theory</strong>), incentivizing self-interested agents to share private information (<strong>mechanism design</strong>), and disclosing one kind of information while keeping the other confidential (<strong>differential privacy</strong>).</p>
<p>Zhiyi’s research was recognized by several Best Paper Awards, including those from ESA 2024 (Track S), FOCS 2020, and SPAA 2015. He was also the recipient of an Excellent Young Scientists Fund (HK &amp; Macau) by NSFC, an Early Career Award by RGC Hong Kong, a Morris and Dorothy Rubinoff Dissertation Award, and a Simons Graduate Fellowship in Theoretical Computer Science.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Yiding Feng: On the Efficiency of Fair and Truthful Trade Mechanisms</title>
    <link>https://tcsuestc.com/2025/05/23/on-the-efficiency-of-fair-and-truthful-trade-mechanisms/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2025/05/23/on-the-efficiency-of-fair-and-truthful-trade-mechanisms/</guid>
    <pubDate>Fri, 23 May 2025 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>We consider the impact of fairness requirements on the social efficiency of truthful mechanisms for trade, focusing on Bayesian bilateral-trade settings. Unlike the full information case in which all gains-from-trade can be realized and equally split between the two parties, in the private information setting, equitability has devastating welfare implications (even if only required to hold ex-ante). We thus search for an alternative fairness notion and suggest requiring the mechanism to be KS-fair: it must ex-ante equalize the fraction of the ideal utilities of the two traders. We show that there is always a KS-fair (simple) truthful mechanism with expected gains-from-trade that are half the optimum, but always ensuring any better fraction is impossible (even when the seller value is zero). We then restrict our attention to trade settings with a zero-value seller and a buyer with value distribution that is Regular or MHR, proving that much better fractions can be obtained under these conditions.</p>
<p>The talk is based on the joint work with Moshe Babaioff and Noam Manaker Morag from the Hebrew University of Jerusalem. The conference version of this paper has been accepted in EC 2025.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Yiding Feng is an assistant professor at HKUST IEDA. Previously, he worked as a principal researcher at the University of Chicago Booth School of Business, and postdoctoral researcher at Microsoft Research New England. He received his Ph.D. from the Department of Computer Science, at Northwestern University in 2021. His research focuses on operations research, economics &amp; computation, and theoretical computer science. He was the recipient of the INFORMS Auctions and Market Design (AMD) Michael H. Rothkopf Junior Researcher Paper Prize (second place).</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Andrei Bulatov: Counting Problems, Partition Functions, Statistical Physics, and Computational Complexity</title>
    <link>https://tcsuestc.com/2025/04/25/counting-problems-partition-functions-statistical-physics-and-computational-complexity/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2025/04/25/counting-problems-partition-functions-statistical-physics-and-computational-complexity/</guid>
    <pubDate>Fri, 25 Apr 2025 17:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>Counting problems concern computing the number of solutions to combinatorial problems or the total weight of such solutions when weights are involved. Counting problems have a long history starting with partition functions in statistical physics introduced in the beginning of 20th century, to foundational work by Valiant, to a long string of results on approximation of counting problems and partition functions by Jerrum, Sinclair and others, to holographic algorithms by Valiant, to complete complexity classifications by the author, Dyer, Richerby, Cai, and Chen. We review the basics of counting, present the major ideas behind some of the approaches, and mention some notable results.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Dr Bulatov received his PhD in 1995 from the Ural State University in Ekaterinburg, Russia. His early research area was universal algebra and clone theory. When connections between universal algebra and computer science had been discovered, he pioneered the so-called algebraic approach to the Constraint Satisfaction Problem and related fields. In 2000 Dr Bulatov moved, first, to the University of Oxford, and then to Simon Fraser University in Canada, where he works till now. Dr Bulatov is an expert on applications of algebraic methods in computer science. He is a recipient of the 2021 Godel Prize and 2024 Frontiers of Science Award from the International Congress on Basic sciences.</p>
<h2 id="poster">Poster</h2>
<p><img src="https://tcsuestc.com/wp-content/uploads/2025/04/%e8%ae%a1%e7%ae%97%e6%9c%ba%e8%ae%b2%e5%ba%a7%e6%b5%b7%e6%8a%a5-Andrey-Bulatov80x120cm-683x1024.jpg" alt="" width="683" height="1024" srcset="/wp-content/uploads/2025/04/%e8%ae%a1%e7%ae%97%e6%9c%ba%e8%ae%b2%e5%ba%a7%e6%b5%b7%e6%8a%a5-Andrey-Bulatov80x120cm-200x300.jpg 200w, /wp-content/uploads/2025/04/%e8%ae%a1%e7%ae%97%e6%9c%ba%e8%ae%b2%e5%ba%a7%e6%b5%b7%e6%8a%a5-Andrey-Bulatov80x120cm-683x1024.jpg 683w, /wp-content/uploads/2025/04/%e8%ae%a1%e7%ae%97%e6%9c%ba%e8%ae%b2%e5%ba%a7%e6%b5%b7%e6%8a%a5-Andrey-Bulatov80x120cm-768x1152.jpg 768w, /wp-content/uploads/2025/04/%e8%ae%a1%e7%ae%97%e6%9c%ba%e8%ae%b2%e5%ba%a7%e6%b5%b7%e6%8a%a5-Andrey-Bulatov80x120cm-1024x1536.jpg 1024w, /wp-content/uploads/2025/04/%e8%ae%a1%e7%ae%97%e6%9c%ba%e8%ae%b2%e5%ba%a7%e6%b5%b7%e6%8a%a5-Andrey-Bulatov80x120cm-1366x2048.jpg 1366w, /wp-content/uploads/2025/04/%e8%ae%a1%e7%ae%97%e6%9c%ba%e8%ae%b2%e5%ba%a7%e6%b5%b7%e6%8a%a5-Andrey-Bulatov80x120cm-scaled.jpg 1707w, /wp-content/uploads/2025/04/%e8%ae%a1%e7%ae%97%e6%9c%ba%e8%ae%b2%e5%ba%a7%e6%b5%b7%e6%8a%a5-Andrey-Bulatov80x120cm.jpg 2677w" sizes="(max-width: 715px) calc(100vw - 32px), 683px" loading="lazy" decoding="async">
</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Ziyang Men: Parallel kd-tree with Batch Updates</title>
    <link>https://tcsuestc.com/2025/04/22/parallel-kd-tree-with-batch-updates/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2025/04/22/parallel-kd-tree-with-batch-updates/</guid>
    <pubDate>Tue, 22 Apr 2025 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>The $k$d-tree is one of the most widely used data structures to manage multi-dimensional data. Due to the ever-growing data volume, it is imperative to consider parallelism in $k$d-trees. However, we observed challenges in existing parallel $k$d-tree implementations, for both constructions and updates.</p>
<p>The goal of this work is to develop efficient in-memory $k$d-trees by supporting high parallelism and cache-efficiency. We propose the Pkd-tree (Parallel $k$d-tree), a parallel $k$d-tree that is efficient both in theory<br>
and in practice. The Pkd-tree supports parallel tree construction, batch update (insertion and deletion), and various queries including $k$-nearest neighbor search, range query, and range count. We proved that our<br>
algorithms have strong theoretical bounds in work (sequential time complexity), span (parallelism), and cache complexity. Our key techniques include 1) an efficient construction algorithm that optimizes work, span, and cache complexity simultaneously, and 2) reconstruction-based update algorithms that guarantee the tree to be weight-balanced. With the new algorithmic insights and careful engineering effort, we achieved a highly optimized implementation of the Pkd-tree.</p>
<p>We tested Pkd-tree with various synthetic and real-world datasets, including both uniform and highly skewed data. We compare the Pkd-tree with state-of-the-art parallel $k$d-tree implementations. In all tests, with<br>
better or competitive query performance, Pkd-tree is much faster in construction and updates consistently<br>
than all baselines. We released our code.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Ziyang Men is a 3rd-year Ph.D. student at University of California, Riverside, where he is fortune to be supervised by Yihan Sun and Yan Gu. Prior to that, Ziyang received the M.Sc. from University of Copenhagen, and received B.En. from the UESTC.</p>
<p>Ziyang’s research lies on designing parallel spatial partition trees that have good theoretical and practical benefits. He is also interested in topics related to ILP and SAT.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Andrei Bulatov: Homomorphism counts and graph equivalence</title>
    <link>https://tcsuestc.com/2025/04/18/homomorphism-counts-and-graph-equivalence/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2025/04/18/homomorphism-counts-and-graph-equivalence/</guid>
    <pubDate>Fri, 18 Apr 2025 10:00:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>Let $A$ be a class of graphs. Graphs $G,H$ are said to be left (right) $A$-equivalent if for every $F\in A$ the number of homomorphisms from $F$ to $G$ and $H$ (from $G$ and $H$ to $F$) are equal. This line of research has started almost 60 years ago by Lovasz and has received much attention recently. Left equivalence usually corresponds to some structural graph parameters, while right equivalence seem to be expressible in terms of various logics. We introduce the problem, briefly survey recent results and state several future research directions.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Dr Bulatov received his PhD in 1995 from the Ural State University in Ekaterinburg, Russia. His early research area was universal algebra and clone theory. When connections between universal algebra and computer science had been discovered, he pioneered the so-called algebraic approach to the Constraint Satisfaction Problem and related fields. In 2000 Dr Bulatov moved, first, to the University of Oxford, and then to Simon Fraser University in Canada, where he works till now. Dr Bulatov is an expert on applications of algebraic methods in computer science. He is a recipient of the 2021 Godel Prize and 2024 Frontiers of Science Award from the International Congress on Basic sciences.</p>
<h2 id="schedule">Schedule</h2>
<ul>
<li>First Lecture:
<ul>
<li>17:00-18:00 Beijing Time</li>
<li>April 18, 2025 (Friday)</li>
</ul>
</li>
<li>Second Lecture:
<ul>
<li>10:00-11:00 Beijing Time</li>
<li>April 20, 2025 (Sunday)</li>
</ul>
</li>
<li>Third Lecture:
<ul>
<li>16:00-17:00 Beijing Time</li>
<li>April 23, 2025 (Wednesday)</li>
</ul>
</li>
</ul>
]]></content:encoded>
  </item>
  
  <item>
    <title>Giorgos Mousa: Broken Circuit Complex: Introduction and Open Questions</title>
    <link>https://tcsuestc.com/2025/03/28/broken-circuit-complex-introduction-and-open-questions/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2025/03/28/broken-circuit-complex-introduction-and-open-questions/</guid>
    <pubDate>Fri, 28 Mar 2025 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>The broken circuit complex is a generalization of the matroid independence complex. Given that the exchange walk over the bases of a matroid is fast-mixing [Anari et al., 2019], we are interested in whether the exchange walks over the broken circuit complex are also fast-mixing. This may enable us, e.g., to approximately uniformly sample and count the number of acyclic orientations of a graph, which is a #P-hard problem of unknown approximability.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Giorgos Mousa obtained his PhD from the University of Edinburgh, where he worked with Professor Heng Guo in the Laboratory for the Foundations of Computer Science. His research interests include matroid theory, Markov chains, and sampling and counting problems.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Yi Li: Near-optimal Active Regression of Single-Index Models</title>
    <link>https://tcsuestc.com/2025/03/04/near-optimal-active-regression-of-single-index-models/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2025/03/04/near-optimal-active-regression-of-single-index-models/</guid>
    <pubDate>Tue, 04 Mar 2025 10:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>The active regression problem of the single-index model is to solve $\min_x | f(Ax)-b|_p$, where $A$ is fully accessible and $b$ can only be accessed via entry queries, with the goal of minimizing the number of queries to the entries of $b$. When $f$ is Lipschitz, previous results only obtain constant-factor approximations. I shall present an algorithm that provides a $(1+\epsilon)$-approximation solution by querying $\tilde{O}(d^{\frac{p}{2}\vee 1}/\epsilon^{p\vee 2})$ entries of $b$. I shall also show that this query complexity is optimal up to logarithmic factors for $p\in [1,2]$ and that the $\epsilon$-dependence of $1/\epsilon^p$ is optimal for $p>2$.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Yi Li is an associate professor in the Division of Mathematical Sciences and holds a joint appointment in the School of Computing and Data Science at Nanyang Technological University. His main research interests lie in algorithms for massive datasets and sublinear time streaming algorithms, with a particular focus on randomized numerical linear algebra in recent years.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Md. Saidur Rahman: Design of Enumeration Algorithms: A Tool to Assist 4IR</title>
    <link>https://tcsuestc.com/2025/02/27/design-of-enumeration-algorithms-a-tool-to-assist-4ir/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2025/02/27/design-of-enumeration-algorithms-a-tool-to-assist-4ir/</guid>
    <pubDate>Thu, 27 Feb 2025 10:30:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>You are going to buy a new apartment where you are allowed to choose a floorplan of the apartment. The development company has an AI expert system which shows you a floorplan. If you do not like the floorplan, it shows you another floorplan. It would be great if they can show you all possible floorplans. It is an enumeration algorithm which can show you all possible floorplans. Given some properties of an object, an enumeration algorithm enumerates all objects with the properties. Enumeration algorithms play a crucial role in the Fourth Industrial Revolution (4IR), which is characterized by the fusion of physical, digital, and biological systems. In big data analysis enumeration algorithms help in systematically listing and analyzing large datasets which is crucial for extracting meaningful insights from big data. Enumeration algorithms are used in various Artificial Intelligence (AI) and Machine Learning (ML) applications to explore different model parameters, features,and structures, helping to enhance the accuracy and efficiency of predictive models.<br>
In the area of robotics and automation enumeration algorithms assist in path planning, task scheduling, and resource allocation for robots and automated systems, enabling them to perform complex tasks with precision. This talk explores the critical role of enumeration algorithms in advancing 4IR technologies, offering a comprehensive overview of their design principles and practical applications. We focus on the theoretical foundations of these algorithms, discussing their impact on problem-solving and decision-making processes. As working examples, we will show efficient algorithms to enumerate all distributions of objects to bins and an algorithm to enumerate all triangulations of a polygon. Attendees will gain insights into designing robust enumeration algorithms tailored to contemporary challenges, equipping them with the tools to harness the full potential of 4IR technologies.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Dr. Md. Saidur Rahman, a professor (on deputation) of Bangladesh University of Engineering and Technology (BUET) and a fellow of Bangladesh Academy of Sciences, is currently serving as a member of University Grants Commission of Bangladesh. He is a renowned researcher in the field of graph algorithms and is regarded as an authority on graph drawing algorithms. He has more than 130 publications on algorithms and graph theory in internationally reputed journals and conferences. He has developed many efficient algorithms for finding drawings for planar graphs which have enormous applications in VLSI layout automation, software engineering, DNA recognition, etc. His graduate textbook “Planar Graph Drawing,” written with renowned computer scientist Professor Takao Nishizeki, is considered as the most valuable pioneering work in planar graph drawings. He has co-edited five volumes of LNCS series of Springer and served as guest editors for several reputed journals including Algorithmica and Theoretical Computer science. Currently he is in the editorial board of several international Journals including the Journal of Graph Algorithms and Applications and International Journal of Foundation of Computer Science. His undergraduate textbook “Basic Graph Theory” which has been published by Springer has received around 62,000 downloads within six years. Professor Rahman is leading an enthusiastic research group in Graph Drawing and Information Visualization Laboratory of CSE Department, BUET. He has supervised four Ph. D. theses and 27 M. Sc. Engg. theses. He is a recipient of “BAS Gold Medal 2003” in the junior group, “UGC Award 2004” and the prestigious “Funai Information Technology Award for Young Researchers 2004.” Prof. Rahman is a founder of the International Conference and Workshops on Algorithms and Computation (WALCOM) which has appeared as a very prestigious international venue of theoretical computer science over the years. Professor Rahman worked as a member of expert panels of various national and international bodies. Currently he is a member of Board of Accreditation for Engineering and Technical Education (BAETE), Bangladesh which is a full signatory of Washingtom Accord, and also a member of BAETE Evaluation Team (ET). In BUET administration, he showed excellent administrative capabilities as the Registrar, the Director of institutional Quality Assurance Cell (IQAC) and Head of CSE Department of BUET. He is an ACM Distinguished Speaker and recently named as 2024 ACM Distinguished Member.</p>
<h2 id="poster">Poster</h2>
<p><img src="https://tcsuestc.com/wp-content/uploads/2025/02/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20250222150933-683x1024.jpg" alt="" width="683" height="1024" srcset="/wp-content/uploads/2025/02/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20250222150933-200x300.jpg 200w, /wp-content/uploads/2025/02/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20250222150933-683x1024.jpg 683w, /wp-content/uploads/2025/02/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20250222150933-768x1152.jpg 768w, /wp-content/uploads/2025/02/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20250222150933-1024x1536.jpg 1024w, /wp-content/uploads/2025/02/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20250222150933-1366x2048.jpg 1366w, /wp-content/uploads/2025/02/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20250222150933-scaled.jpg 1707w, /wp-content/uploads/2025/02/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20250222150933.jpg 2677w" sizes="(max-width: 715px) calc(100vw - 32px), 683px" loading="lazy" decoding="async">
</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Venkatesan Guruswami: The Parameterized Inapproximability Hypothesis</title>
    <link>https://tcsuestc.com/2025/02/26/the-parameterized-inapproximability-hypothesis/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2025/02/26/the-parameterized-inapproximability-hypothesis/</guid>
    <pubDate>Wed, 26 Feb 2025 09:00:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>The Parameterized Inapproximability Hypothesis (PIH) asserts that no fixed parameter tractable (FPT) algorithm can distinguish a satisfiable instance of a constraint satisfaction problem (CSP) parameterized by the number of variables, from one where every assignment fails to satisfy 1% of the constraints. PIH plays the role of the PCP theorem in parameterized complexity, with many downstream inapproximability consequences.</p>
<p>This talk will introduce the context and statement of the PIH, and then sketch the ideas behind a recent proof showing that the well-known Exponential Time Hypothesis (ETH) implies the PIH. The approach involves two broad steps. The first identifies a highly structured ETH-hard CSP whose variables take vector values, and whose constraints are either parallel or linear. Both kinds of constraints are then checked with constant soundness via a “parallel PCP of proximity” based on the Hadamard code. We will briefly mention follow-up improvements that employ Reed-Muller code based PCPs to even get near-optimal runtime lower bounds, eg. showing that constant factor approximations to $k$-clique on $n$-vertex graphs requires $n^{k^{1-o(1)}}$ time under ETH.</p>
<p>Based on joint works with Bingkai Lin, Xuandi Ren, Yican Sun, and Kewen Wu.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Venkatesan Guruswami is a Professor of Computer Science and Mathematics at UC Berkeley and senior scientist at the Simons Institute for the Theory of Computing. Venkat received his Bachelor’s degree from the Indian Institute of Technology, Madras, and his Ph.D. from MIT.</p>
<p>Venkat’s research interests include coding theory, constraint satisfaction, approximate optimization, and computational complexity. He is the Editor-in-Chief of JACM, and was previously president of the Computational Complexity Foundation. Venkat is a recipient of the Presburger Award, a Simons Investigator award, Guggenheim, Packard and Sloan Fellowships, the ACM Doctoral Dissertation Award, and a distinguished alumnus award from IIT Madras.  He is a fellow of the ACM, IEEE, and AMS.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Siyue Liu: Approximately Packing Dijoins via Nowhere-Zero Flows</title>
    <link>https://tcsuestc.com/2024/12/13/approximately-packing-dijoins-via-nowhere-zero-flows/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/12/13/approximately-packing-dijoins-via-nowhere-zero-flows/</guid>
    <pubDate>Fri, 13 Dec 2024 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>In a digraph, a dicut is a cut where all the arcs cross in one direction. A dijoin is a subset of arcs that intersects each dicut. Woodall conjectured in 1976 that in every digraph, the minimum size of a dicut equals to the maximum number of disjoint dijoins. However, prior to our work, it was not even known if at least $3$ disjoint dijoins exist in an arbitrary digraph whose minimum dicut size is sufficiently large. By building connections with nowhere-zero (circular) $k$-flows, we prove that every digraph with minimum dicut size $\tau$ contains $\tau/k$ disjoint dijoins if the underlying undirected graph admits a nowhere-zero (circular) $k$-flow. The existence of nowhere-zero $6$-flows in $2$-edge-connected graphs (Seymour 1981) directly leads to the existence of $\tau/6$ disjoint dijoins in any digraph with minimum dicut size tau, which can be found in polynomial time as well. The existence of nowhere-zero circular $(2+1/p)$-flows in $6$p-edge-connected graphs (Lovász et al 2013) directly leads to the existence of $\tau p/(2p+1)$ disjoint dijoins in any digraph with minimum dicut size tau whose underlying undirected graph is $6$p-edge-connected.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Siyue Liu is a Ph.D. student in the Algorithms, Combinatorics, and Optimization program at the Tepper School of Business, Carnegie Mellon University. Her research focuses on combinatorial optimization and integer programming. She has published in Mathematical Programming and received the Best Paper Award at IPCO.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Bingkai Lin: Parameterized Inapproximability Hypothesis under Exponential Time Hypothesis</title>
    <link>https://tcsuestc.com/2024/12/02/parameterized-inapproximability-hypothesis-under-exponential-time-hypothesis/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/12/02/parameterized-inapproximability-hypothesis-under-exponential-time-hypothesis/</guid>
    <pubDate>Mon, 02 Dec 2024 16:00:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>The Parameterized Inapproximability Hypothesis (PIH) asserts that no fixed parameter tractable (FPT) algorithm can distinguish a satisfiable CSP instance, parameterized by the number of variables, from one where every assignment fails to satisfy an $\varepsilon$ fraction of constraints for some absolute constant $\varepsilon > 0$. PIH plays the role of the PCP theorem in parameterized complexity. However, PIH has only been established under Gap-ETH, a very strong assumption with an inherent gap.</p>
<p>In this work, we prove PIH under the Exponential Time Hypothesis (ETH). This is the first proof of PIH from a gap-free assumption. Our proof is self-contained and elementary. We identify an ETH-hard CSP whose variables take vector values, and constraints are either linear or of a special parallel structure. Both kinds of constraints can be checked with constant soundness via a “parallel PCP of proximity” based on the Walsh-Hadamard code.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>林冰凯，南京大学计算机学院教授，博士生导师。博士毕业于日本东京大学，硕士及本科毕业于上海交通大学ACM试点班。研究领域是理论计算机科学，具体领域是参数复杂性(Parameterized Complexity) 及近似算法 (Approximation Algorithms)。主要成果包括独自解决了参数复杂性领域基础性难题——k-BICLIQUE问题的参数复杂性;在图嵌入问题参数复杂性的二分猜想这一长达十多年的公开问题上取得重要进展；对经典NP-难优化问题集合覆盖问题取得首个以及当前最好的参数算法不可近似比；证明了指数时间假设蕴含参数不可近似假设，推动了参数PCP理论的发展。成果获得理论计算机国际一流会议STOC 2024与计算机科学图论领域重要国际会议WG 2017最佳论文奖。两篇单独作者论文分别获国际算法会议SODA 2015最佳论文奖和最佳学生论文奖以及欧洲理论计算机重要会议ICALP 2019最佳论文奖。</p>
<h2 id="poster">Poster</h2>
<p><img src="https://tcsuestc.com/wp-content/uploads/2024/11/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20241122153326-683x1024.jpg" alt="" width="683" height="1024" srcset="/wp-content/uploads/2024/11/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20241122153326-200x300.jpg 200w, /wp-content/uploads/2024/11/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20241122153326-683x1024.jpg 683w, /wp-content/uploads/2024/11/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20241122153326.jpg 750w" sizes="(max-width: 715px) calc(100vw - 32px), 683px" loading="lazy" decoding="async">
</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Yike Chen: An Optimal Algorithm for the Stacker Crane Problem on Fixed Topologies</title>
    <link>https://tcsuestc.com/2024/11/15/yike-chen-an-optimal-algorithm-for-the-stacker-crane-problem-on-fixed-topologies/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/11/15/yike-chen-an-optimal-algorithm-for-the-stacker-crane-problem-on-fixed-topologies/</guid>
    <pubDate>Fri, 15 Nov 2024 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>The Stacker Crane Problem (SCP) is a variant of the Traveling Salesman Problem where a crane must traverse a graph with designated pairs of pickup and delivery points, moving objects from each pickup location to its corresponding delivery point. The objective is to minimize the total travel distance. SCP is known to be NP-hard, even on trees. Polynomial-time results are limited to graphs topologically equivalent to a path or cycle. In this work, we propose an algorithm that is optimal for each fixed topology, with near-linear runtime. This is made possible by showing that SCP is fixed-parameter tractable (FPT) when parameterized by cycle rank and the number of branch vertices.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>王艺源: 大规模离散优化问题求解算法</title>
    <link>https://tcsuestc.com/2024/11/12/%E7%8E%8B%E8%89%BA%E6%BA%90-%E5%A4%A7%E8%A7%84%E6%A8%A1%E7%A6%BB%E6%95%A3%E4%BC%98%E5%8C%96%E9%97%AE%E9%A2%98%E6%B1%82%E8%A7%A3%E7%AE%97%E6%B3%95/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/11/12/%E7%8E%8B%E8%89%BA%E6%BA%90-%E5%A4%A7%E8%A7%84%E6%A8%A1%E7%A6%BB%E6%95%A3%E4%BC%98%E5%8C%96%E9%97%AE%E9%A2%98%E6%B1%82%E8%A7%A3%E7%AE%97%E6%B3%95/</guid>
    <pubDate>Tue, 12 Nov 2024 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>大规模离散优化问题在许多实际应用中扮演着至关重要的角色，涉及物流、交通、资源分配、网络设计等多个领域。这类问题的复杂性源于其决策变量的离散性，通常需要在大量可能的解中寻找最优解。随着数据规模的不断增长和应用需求的日益复杂，传统的求解方法面临着效率和准确性的挑战。本次报告首先介绍求解算法效率的几种策略，包括克服循环搜索、基于变量依赖的预处理过程以及基于问题结构信息的启发式策略。之后，报告将重点围绕两个重要问题的求解：伪布尔优化问题和图同构问题。在伪布尔优化问题的研究中，提出了一种有效的局部搜索框架，显著提升了解的质量和求解的速度。针对图同构问题，提出了一种精确算法，提出了五个关键策略，包括更强的约束传播以简化顶点匹配域，引入结合点度数和解密度的匹配排序方法，以及自适应的约束传播机制。此外，为了更高效地求解大规模实例，提出了增强的边约束方法和域限制策略。实验结果表明，PathLAD+的性能显著优于当前多个最先进的精确算法。</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p><strong>王艺源</strong>，男，东北师范大学信息科学与技术学院副教授，博士生导师，中国人工智能学会智能服务专委会委员，中国计算机学会理论计算机科学专委会委员，国际期刊IEEE-TLT专刊编委。2017年于吉林大学计算机科学与技术学院获得工学博士学位。2020年获得吉林省青年人才托举计划。主要从事人工智能、算法设计及其应用、逻辑推理、优化求解等方向研究，特别关注大规模组合优化问题求解等。主持并参与多项国家自然基金，在AIJ、JAIR、EJOR、AAAI、IJCAI、CP等上发表学术论文40余篇，其中以第一作者或通讯作者发表计算机学会推荐A类论文10余篇，并多次受邀担任IJCAI、AAAI等会议程序委员会委员。2022年国际MaxSAT比赛中包揽了完备组加权赛道和非加权赛道的冠军和亚军；2024年国际PBO比赛中获得两个赛道第一名，一个赛道第二名以及两个赛道第三名。</p>
<h2 id="poster">Poster</h2>
<p><img src="https://tcsuestc.com/wp-content/uploads/2024/11/f26947fdfeaba3601f60cbf48eb2bcc7-683x1024.jpg" alt="" width="683" height="1024" srcset="/wp-content/uploads/2024/11/f26947fdfeaba3601f60cbf48eb2bcc7-200x300.jpg 200w, /wp-content/uploads/2024/11/f26947fdfeaba3601f60cbf48eb2bcc7-683x1024.jpg 683w, /wp-content/uploads/2024/11/f26947fdfeaba3601f60cbf48eb2bcc7-768x1152.jpg 768w, /wp-content/uploads/2024/11/f26947fdfeaba3601f60cbf48eb2bcc7-1024x1536.jpg 1024w, /wp-content/uploads/2024/11/f26947fdfeaba3601f60cbf48eb2bcc7-1366x2048.jpg 1366w, /wp-content/uploads/2024/11/f26947fdfeaba3601f60cbf48eb2bcc7-scaled.jpg 1707w, /wp-content/uploads/2024/11/f26947fdfeaba3601f60cbf48eb2bcc7.jpg 2677w" sizes="(max-width: 715px) calc(100vw - 32px), 683px" loading="lazy" decoding="async">
</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Bainian Hao: Inefficiency of the Pure Nash Equilibria in Structured Congestion Games</title>
    <link>https://tcsuestc.com/2024/11/08/bainian-hao-inefficiency-of-the-pure-nash-equilibria-in-structured-congestion-games%EF%BF%BC/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/11/08/bainian-hao-inefficiency-of-the-pure-nash-equilibria-in-structured-congestion-games%EF%BF%BC/</guid>
    <pubDate>Fri, 08 Nov 2024 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>Congestion games are commonly used to model problems in large-scale networks and represent a simple, yet powerful paradigm for selfish resource sharing. These games belong to the larger class of potential games where the pure Nash equilibria is guaranteed to exist. However, the cost of pure Nash equilibria could still be far from minimizing some prescribed measure of social cost. The Price of Anarchy (PoA), which is the largest ratio between the cost of pure Nash equilibria and the cost of the social optimum, is a classic measure of inefficiency in game theory. In this work, we study the PoA of congestion games over special combinatorial structures, specifically series-parallel networks and matroids.</p>
<p>First, we consider symmetric congestion games in series-parallel networks with affine edge delays. For arbitrary networks, Correa et al. (2019) proved a tight upper bound of $5/2$ on the PoA. On the other hand, Fotakis (2010) showed that restricting to the class of extension-parallel networks makes the worst-case PoA decrease to $4/3$. We prove that, for the larger class of series-parallel networks, the PoA is at most $2$, and that it is at least $27/19$ in the worst case, improving both the best-known upper bound and the best-known lower bound.</p>
<p>Next, we consider symmetric congestion games with edge delays that are polynomial functions with highest degree $p$. We construct a family of symmetric congestion games over arbitrary networks which achieves the same worst-case PoA of asymmetric network congestion games given by Aland et al. (2006). We then establish that in games defined over series-parallel networks the PoA cannot exceed $2^{p+1}-1$, which is considerably smaller than the worst-case PoA in arbitrary networks. We also prove that the worst-case PoA, which is sub-linear in extension-parallel networks (Fotakis, 2010), dramatically degrades to exponential in series-parallel networks.</p>
<p>Finally, we study the PoA of congestion games in matroids. We derive new upper bounds on the PoA of symmetric congestion games defined over $k$-uniform matroids and paving matroids with polynomial delay functions of highest degree $p$. Specifically, we show that by restricting the matroid structure to $k$-uniform or paving matroid, there is also a significant improvement of the PoA.</p>
<p>This is a joint work with Dr. Carla Michini.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p><strong>Bainian Hao (郝柏年)</strong> has received the Ph.D. degree in Industrial Engineering from University of Wisconsin-Madison, advised by Dr. Carla Michini. He will join the School of Economics and Management at the Chang’an University in Spring 2025.</p>
<p>Bainian is interested in the areas of algorithmic game theory, integer optimization, combinatorial optimization and their applications in the real-world problems. His works has been published in the international journals and conferences such as Mathematical Programming, WINE, and SAGT.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Yiding Feng: Beyond Regularity: Simple versus Optimal Mechanisms, Revisited</title>
    <link>https://tcsuestc.com/2024/11/06/beyond-regularity-simple-versus-optimal-mechanisms-revisited/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/11/06/beyond-regularity-simple-versus-optimal-mechanisms-revisited/</guid>
    <pubDate>Wed, 06 Nov 2024 10:00:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>A large proportion of the Bayesian mechanism design literature is restricted to the family of regular distributions [Mye-81] or the family of monotone hazard rate (MHR) distributions [BMP-63], which overshadows this beautiful and well-developed theory. We (re-)introduce two generalizations, the family of quasi-regular distributions and the family of quasi-MHR distributions.<br>
The significance of our new families is manifold. First, their defining conditions are immediate relaxations of the regularity/MHR conditions (i.e., monotonicity of the virtual value functions and/or the hazard rate functions), which reflect economic intuition. Second, they satisfy natural mathematical properties (about order statistics) that are violated by both original families. Third but foremost, numerous results [BK-96, HR-09, CD-15, DRY-15, HR-14, AHNPY-19, JLQTX-19, FLR-19, GHZ-19, JLTX-20, JLX-23, LM-24] established before for regular/MHR distributions now can be generalized, with or even without quantitative losses.<br>
This talk is based on joint work with Yaonan Jin (Huawei TCS Lab).</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p><strong>Yiding Feng</strong> is an assistant professor at HKUST IEDA. Previously, he worked as a principal researcher at the University of Chicago Booth School of Business, and postdoctoral researcher at Microsoft Research New England. He received his Ph.D. from the Department of Computer Science, at Northwestern University in 2021. His research focuses on operations research, economics &amp; computation, and theoretical computer science. He was the recipient of the INFORMS Auctions and Market Design (AMD) Michael H. Rothkopf Junior Researcher Paper Prize (second place).</p>
<h2 id="poster">Poster</h2>
<p><img src="https://tcsuestc.com/wp-content/uploads/2024/10/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20241028161624-683x1024.jpg" alt="" width="683" height="1024" srcset="/wp-content/uploads/2024/10/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20241028161624-200x300.jpg 200w, /wp-content/uploads/2024/10/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20241028161624-683x1024.jpg 683w, /wp-content/uploads/2024/10/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20241028161624-768x1152.jpg 768w, /wp-content/uploads/2024/10/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20241028161624-1024x1536.jpg 1024w, /wp-content/uploads/2024/10/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20241028161624-1366x2048.jpg 1366w, /wp-content/uploads/2024/10/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20241028161624-scaled.jpg 1707w, /wp-content/uploads/2024/10/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20241028161624.jpg 2677w" sizes="(max-width: 715px) calc(100vw - 32px), 683px" loading="lazy" decoding="async">
</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Chunyu Luo: A Faster Branching Algorithm for the Maximum $k$-Defective Clique Problem</title>
    <link>https://tcsuestc.com/2024/11/01/chunyu-luo-a-faster-branching-algorithm-for-the-maximum-k-defective-clique-problem/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/11/01/chunyu-luo-a-faster-branching-algorithm-for-the-maximum-k-defective-clique-problem/</guid>
    <pubDate>Fri, 01 Nov 2024 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>A $k$-defective clique of an undirected graph $G$ is a subset of its vertices that induces a nearly complete graph with a maximum of $k$ missing edges. The maximum $k$-defective clique problem, which asks for the largest $k$-defective clique from the given graph, is important in many applications, such as social and biological network analysis. In the paper, we propose a new branching algorithm that takes advantage of the structural properties of the $k$-defective clique and uses the efficient maximum clique algorithm as a subroutine. As a result, the algorithm has a better asymptotic running time than the existing ones. We also investigate upper-bounding techniques and propose a new upper bound utilizing the conflict relationship between vertex pairs. Because the conflict relationship is common in many graph problems, we believe that this technique can be potentially generalized. Finally, experiments show that our algorithm outperforms state-of-the-art solvers on a wide range of open benchmarks. Our source code, as well as the experiment data, is open source and available https://github.com/cy-Luo000/Maximum-k-Defective-Clique.git</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Lev D. Beklemishev: Provability and computability</title>
    <link>https://tcsuestc.com/2024/10/18/lev-d-beklemishev-provability-and-computability/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/10/18/lev-d-beklemishev-provability-and-computability/</guid>
    <pubDate>Fri, 18 Oct 2024 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>In this lecture we will give an introduction to the theory of computations and proofs. We will start with classical results such as decidable and undecidable problems and the Gödel incompleteness theorems. Then we will go into more advanced topics, discussing what information can be gained from the fact that a function is not only computable but verifiable in some formal system. Finally, we will focus on fast growing functions and examples of combinatorial statements unprovable in Peano arithmetic.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Lev D. Beklemishev, 莫斯科国立大学教授，莫斯科斯捷克洛夫数学研究所博士，2019–2022年担任斯捷克洛夫国际数学中心 (SIMC)副主任，2020年至今担任斯捷克洛夫国际数学中心数学逻辑系主任。俄罗斯科学院院士，曾获得莫斯科数学学会奖，2022年俄罗斯科学院“年度最佳论文”。符号逻辑协会(ASL)委员会成员，俄罗斯A.I. Maltsev奖评审。主要研究方向为：数理逻辑，证明论，形式算术，可证性逻辑，模态逻辑。</p>
<h2 id="related">Related</h2>
<p>October 18, 2024</p>
<p><a href="https://tcsuestc.com/category/seminar/chengdu-al/">Chengdu A&amp;L Seminars</a>, <a href="https://tcsuestc.com/category/seminar/">Seminars</a></p>
<h2 id="poster">Poster</h2>
<p><img src="https://tcsuestc.com/wp-content/uploads/2024/10/712bd2308831068148e64fd1d2f103e-683x1024.jpg" alt="" width="683" height="1024" srcset="/wp-content/uploads/2024/10/712bd2308831068148e64fd1d2f103e-200x300.jpg 200w, /wp-content/uploads/2024/10/712bd2308831068148e64fd1d2f103e-683x1024.jpg 683w, /wp-content/uploads/2024/10/712bd2308831068148e64fd1d2f103e-768x1152.jpg 768w, /wp-content/uploads/2024/10/712bd2308831068148e64fd1d2f103e-1024x1536.jpg 1024w, /wp-content/uploads/2024/10/712bd2308831068148e64fd1d2f103e-1366x2048.jpg 1366w, /wp-content/uploads/2024/10/712bd2308831068148e64fd1d2f103e-scaled.jpg 1707w, /wp-content/uploads/2024/10/712bd2308831068148e64fd1d2f103e.jpg 2677w" sizes="(max-width: 715px) calc(100vw - 32px), 683px" loading="lazy" decoding="async">
</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Chao Xu: An Optimal Algorithm for the Stacker Crane Problem on Fixed Topologies</title>
    <link>https://tcsuestc.com/2024/10/17/an-optimal-algorithm-for-the-stacker-crane-problem-on-fixed-topologies/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/10/17/an-optimal-algorithm-for-the-stacker-crane-problem-on-fixed-topologies/</guid>
    <pubDate>Thu, 17 Oct 2024 10:30:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>In the Stacker Crane Problem (SCP), pairs of pickup and delivery points are designated on a graph, and a crane must visit these points to move objects from each pickup location to its respective delivery point. The goal is to minimize the total distance traveled. SCP is known to be NP-hard, even on tree structures. The only positive results, in terms of polynomial-time solvability, apply to graphs that are topologically equivalent to a path or a cycle. We propose an algorithm that is optimal for each fixed topology, running in near-linear time. This is achieved by demonstrating that the problem is fixed-parameter tractable (FPT) when parameterized by both the cycle rank and the number of branch vertices. This is joint work with Yike Chen and Ke Shi.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p><strong>许超</strong>，电子科技大学计算机科学与工程学院副教授，博士生导师，算法与逻辑团队成员。许超主要从事组合优化和算法的基础研究，在SODA、Mathematical Programming、SICOMP，等组合优化和算法的国际顶级期刊/会议上发表多篇学术论文。现主持国家自然科学基金优秀青年（海外）项目。</p>
<h2 id="online-access">Online Access</h2>
<p>计算所环保园1号楼524会议室<br>
腾讯会议号：605 5793 9921，密码：图灵机被提出的年份（4位）<br>
B站直播网址：https://live.bilibili.com/22528138</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Markus Lohrey: Selected topics in streaming algorithms</title>
    <link>https://tcsuestc.com/2024/09/23/selected-topics-in-streaming-algorithms/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/09/23/selected-topics-in-streaming-algorithms/</guid>
    <pubDate>Mon, 23 Sep 2024 19:30:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>Streaming algorithms process a stream of data values. Thereby, every datavalue has to be processed immediately on arrival. In other words, the algorithm hasto process its input in one pass. The goal of streaming algorithms is to minimizespace and processing time per data item, Streaming algorithms are often used inapplications where massive amounts of data must be processed. In the lst part of the lectures I will present and analyze three famous streaming algorithms, In the 2nd part of the lectures, I will talk about enumeration algorithms.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p><strong>Professor Markus Lohrey</strong>, Head of Theoretical Computer Science Group, The University of Siegen, Germany. His research interests are Decidability and complexity of problems in automata theory and algebra, Combinatorial Group theory, data compression, Logic in computer science and Streaming algorithms. He has published more than 180 papers and 3 books.</p>
<h2 id="poster">Poster</h2>
<p><img src="https://tcsuestc.com/wp-content/uploads/2024/09/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20240920165146-605x1024.jpg" alt="" width="605" height="1024" srcset="/wp-content/uploads/2024/09/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20240920165146-177x300.jpg 177w, /wp-content/uploads/2024/09/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20240920165146-605x1024.jpg 605w, /wp-content/uploads/2024/09/%e5%be%ae%e4%bf%a1%e5%9b%be%e7%89%87_20240920165146.jpg 750w" sizes="(max-width: 637px) calc(100vw - 32px), 605px" loading="lazy" decoding="async">
</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Qi Shi: Responsibility and Norms in Multiagent Systems</title>
    <link>https://tcsuestc.com/2024/09/11/responsibility-and-norms-in-multiagent-systems/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/09/11/responsibility-and-norms-in-multiagent-systems/</guid>
    <pubDate>Wed, 11 Sep 2024 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>Multiagent systems are a general framework that depicts the interactions between humans and artificial intelligence. Such interactions appear more and more frequently in daily life, making an intense call for the governance of such hybrid systems. In the tradition of human society governance, the notion of responsibility can often serve as a tool to determine the rewards and punishments, while different forms of norms, such as obligation, permission, and prohibition, are often used as instructions. In this talk, the speaker will discuss how the concepts of responsibility and norms can be formally extended to multiagent systems with autonomous agents.</p>
<h2 id="paper">Paper</h2>
<p><a href="https://www.ijcai.org/proceedings/2024/394">https://www.ijcai.org/proceedings/2024/394</a></p>
]]></content:encoded>
  </item>
  
  <item>
    <title> Bakh Khoussainov: Deciding Regular Games: A Playground for Exponential Time Algorithms</title>
    <link>https://tcsuestc.com/2024/08/16/deciding-regular-games-a-playground-for-exponential-time-algorithms/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/08/16/deciding-regular-games-a-playground-for-exponential-time-algorithms/</guid>
    <pubDate>Fri, 16 Aug 2024 20:48:43 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>请点击pdf查看详情。<a href="https://tcsuestc.com/wp-content/uploads/2024/08/TFCS24-2-Slides-Bakh-Khoussainov.pdf">TFCS24-2 Slides – Bakh Khoussainov</a></p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p><strong>Bakh Khoussainov</strong>，教授，新西兰院士，电子科技大学计算机学院全职教授（我国西部地区引进的第一位发达国家的院士），目前担任电子科技大学算法与逻辑团队主任。他长期从事理论计算机科学中计算与逻辑领域的研究工作，2005年被新西兰最顶尖权威的学术组织——新西兰皇家学会评选为新西兰皇家学会院士，被评价为“在逻辑与理论计算机科学领域的领先专家，工作涉及对可计算性和复杂性理论的深入和非常广泛的研究”。2019年获得德国洪堡研究奖，该奖项旨在授予在基础研究、理论创新、学科引领等方面上取得了卓越成就的研究者。同年他还获得伦敦数学学会与新西兰数学学会联合授予的唯一Aitken Lecturer称号，该荣誉称号每两年仅授予一名最具杰出贡献的新西兰数学家（截至目前仅有包括美国工业与应用数学学会会士（SIAM Fellow）Hinke Osinga教授在内的5位研究者获此殊荣）。2017年他因其对于奇偶博弈问题的突出贡献荣获CCF A类会议ACM STOC 2017年最佳论文奖。他还曾获得新西兰数学学会研究奖，此奖项为新西兰数学领域最高奖，每年仅颁发给一名新西兰数学家，该奖项还曾颁发给包括美国数学学会会士G. Martin, R. Downey教授（AMS Fellow）, M. Conder教授（AMS Fellow）等优秀数学家。</p>
<h2 id="host">Host</h2>
<p>Simons Institute for the Theory of Computing</p>
<h2 id="livestream">Livestream</h2>
<p>Calvin Lab Auditorium @ University of California, Berkeley</p>
<p>Online：<a href="https://www.youtube.com/watch?v=zJ9eSrB99Sk">Youtube</a></p>
]]></content:encoded>
  </item>
  
  <item>
    <title>肖鸣宇: 智能决策中的打分融合问题/ Score Aggregation in Intelligent Decision-Making</title>
    <link>https://tcsuestc.com/2024/08/09/%E6%99%BA%E8%83%BD%E5%86%B3%E7%AD%96%E4%B8%AD%E7%9A%84%E6%89%93%E5%88%86%E8%9E%8D%E5%90%88%E9%97%AE%E9%A2%98-score-aggregation-in-intelligent-decision-making/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/08/09/%E6%99%BA%E8%83%BD%E5%86%B3%E7%AD%96%E4%B8%AD%E7%9A%84%E6%89%93%E5%88%86%E8%9E%8D%E5%90%88%E9%97%AE%E9%A2%98-score-aggregation-in-intelligent-decision-making/</guid>
    <pubDate>Fri, 09 Aug 2024 20:52:06 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>Score aggregation is the process of combining numerical scores or ratings from multiple sources or criteria into asingle aggregated score. It is widely used in decision-making scenarios where there are multiple factors or evaluators involved. Commonly used approaches for score aggregation include: weighted average, multi-criteria decision analysis, machine learning-based approaches, and so on. In this talk, we will give some nice algebraic and geometric explanations for score aggregation, and introduce a new aggregation model based on the spectral method.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>肖鸣宇，中国计算机学会理事、理论计算机科学专委员会主任；电子科技大学计算机科学与工程学院教授，副院长，算法与逻辑实验室执行主任，国家级信息与网络安全虚拟仿真实验教学中心主任，国家级计算机实验教学示范中心主任。致力于算法、组合优化、机制设计、算法博弈论等方面的基础理论研究，在精确算法、参数算法、核心化算法等领域是国内外著名的专家，为电路满足问题（SAT）、最大独立集等多个基本NP难问题设计了当前最佳的精确算法和参数算法；并将算法理论应用于人工智能、工业优化、计算经济、运筹学等领域中取得了显著成效。近年来在算法理论、人工智能基础算法领域顶级期刊和会议上以单独作者和主要作者发表论文超过150篇，撰写英文专著1部，主持国家级项目10余项。</p>
<h2 id="host">Host</h2>
<p>Beijing Institute of Technology (BIT)</p>
<h2 id="online-meeting">Online Meeting</h2>
<p>北京友谊宾馆友谊宫第 8 号会议室</p>
<p>腾讯会议/ VooV Meeting： 409-540-830</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>肖鸣宇: 图多路分割问题的快速精确算法</title>
    <link>https://tcsuestc.com/2024/07/04/%E8%82%96%E9%B8%A3%E5%AE%87-%E5%9B%BE%E5%A4%9A%E8%B7%AF%E5%88%86%E5%89%B2%E9%97%AE%E9%A2%98%E7%9A%84%E5%BF%AB%E9%80%9F%E7%B2%BE%E7%A1%AE%E7%AE%97%E6%B3%95/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/07/04/%E8%82%96%E9%B8%A3%E5%AE%87-%E5%9B%BE%E5%A4%9A%E8%B7%AF%E5%88%86%E5%89%B2%E9%97%AE%E9%A2%98%E7%9A%84%E5%BF%AB%E9%80%9F%E7%B2%BE%E7%A1%AE%E7%AE%97%E6%B3%95/</guid>
    <pubDate>Thu, 04 Jul 2024 09:30:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>经典的最小割问题是通过删除图中最少的顶点将图中两个终端顶点分割开来，这个问题的一个自然推广就是将图中多个终端顶点相互分割开来，这就是图多路分割问题(The MultiwayCut Problem)。尽管最小割问题存在快速的多项式算法，但是当需要分割3个或者更多终端顶点的时候，这个问题就变成了NP难的。对图多路分割问题来说，经典的最大流最小割这一对偶性质不存在了，找到一个比简单穷举搜素算法更快的算法也不容易。在无向图上，图多路分割问题目前最好的精确算法可以做到 $1.4767^n$时间，其中n是图中顶点的个数。在有向图上是否存在比简单穷举算法 $2^n$时间更快的算法却一直是一个未解决的公开难题。本文将介绍在有向图上如何在$1.9967^n$时间内解决图多路分割问题。</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p><strong>肖鸣宇</strong>，现为电子科技大学计算机科学与工程学院教授，副院长算法与逻辑实验室执行主任;中国计算机学会理事、理论计算机科学专业委员会主任;国家级信息与网络安全虚拟仿真实验教学中心主任国家级计算机实验教学示范中心主任。致力于算法、计算理论、图论与图算法、机制设计与算法博弈论等方面的基础理论研究，为SAT、最大独立集等多个基本NP难问题设计了当前最佳的精确算法和参数算法;并将算法理论应用于人工智能、工业优化、计算经济、运筹学等领域中取得了显著成效。近年来在算法理论、人工智能基础算法领域顶级期刊和会议上以单独作者和主要作者发表论文超过150篇，撰写英文专著1部。主持国家级科研项目10余项。</p>
<h2 id="host">Host</h2>
<p>Nankai University （南开大学）</p>
<h2 id="online-access">Online Access</h2>
<p>Online, <a href="https://meeting.tencent.com/dm/QCPrAToVCeSg">Tencent Meeting:</a> 547-454-448</p>
<h2 id="poster">Poster</h2>
<p><img src="https://tcsuestc.com/wp-content/uploads/2024/07/058db9b4fe870cb015b41d98f03dbf9.jpg" alt="" width="445" height="800" srcset="/wp-content/uploads/2024/07/058db9b4fe870cb015b41d98f03dbf9-167x300.jpg 167w, /wp-content/uploads/2024/07/058db9b4fe870cb015b41d98f03dbf9.jpg 445w" sizes="(max-width: 477px) calc(100vw - 32px), 445px" loading="lazy" decoding="async">
</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Weili (Lily) Wu: The Art of Big Data: Accomplishments and Research Needs</title>
    <link>https://tcsuestc.com/2024/06/11/the-art-of-big-data-accomplishments-and-research-needs/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/06/11/the-art-of-big-data-accomplishments-and-research-needs/</guid>
    <pubDate>Tue, 11 Jun 2024 11:00:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>Online social platforms have become more and more popular, and the dissemination of information on social networks has attracted wide attention of the industries and academia. Aiming at selecting a small subset of nodes with maximum influence on networks, the Influence Maximization (IM) problem has been extensively studied. Since it is #P-hard to compute the influence spread given a seed set, the state-of-art methods, including heuristic and approximation algorithms, faced with great difficulties such as theoretical guarantee, time efficiency, generalization, etc. This makes it unable to adapt to large-scale networks and more complex applications. With the latest achievements of Deep<br>
Reinforcement Learning (DRL) in artificial intelligence and other fields, a lot of works has focused on exploiting DRL to solve the combinatorial optimization problems. Inspired by this, we propose a novel end-to-end DRL framework, ToupleGDD, to address the IM problem which incorporates three coupled graph neural networks for network embedding and double deep Q-networks for parameters learning. Previous efforts to solve the IM problem with DRL trained their models on the subgraph of the whole network, and then tested their performance on the whole graph, which makes the performance of their models unstable among different networks. However, our model is trained on several small randomly generated graphs and tested on completely different networks, and can obtain results that are very close to the state-of-the-art methods. In addition, our model is trained with a small budget, and it can perform well under various large budgets in the test, showing strong generalization ability. Finally, we conduct extensive experiments on synthetic and realistic datasets, and the experimental results prove the effectiveness and superiority of our model.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Dr. Weili (Lily) Wu received her MS and PhD degrees in computer science both from University of Minnesota, in 1998 and 2002 respectively. She is currently a full professor and a lab director of the Data Communication and Data Management (DCDM) Laboratory at the Department of Computer Science and Engineering, the University of Texas at Dallas. Her research interest is mainly in Big Data, Social Network, Blockchain Technology, wireless sensor network, IoT, Data Mining. She has published more than 241 journal papers and 103 conference papers in various prestigious journals and conferences such as IEEE/ACM Transactions on Networking, IEEE Trans. Netw. Sci. Eng., Comput. Social Systems, IoT Journal, ACM Transactions on Knowledge Discovery in Data, IEEE Trans. Reliability, IEEE TKDE, Multimedia, ACM Transaction on Sensor Networks (TOSN), IEEE Trans. Netw. Serv. Manag., Wirel. Commun., Mob. Comput., Parallel Distrib. Syst., IEEE ICDCS, INFOCOM, ACM SIGKDD, etc. I’m an associate editor of IJBRA, Computational Social Networks (CSN), SOP Transactions on Wireless Communications (STOWC), DMAA, Journal of<br>
Combinatorial Optimization (JOCO), and Journal of Global Optimization (JOGO).<br>
She is an associate editor of International Journal of Bioinformatics Research and<br>
Applications (IJBRA), Computational Social Networks (CSN), SOP Transactions on Wireless Communications (STOWC), DMAA, Journal of Combinatorial Optimization (JOCO), and Journal of Global Optimization (JOGO).</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Boting Yang: On the One-Visibility Cops and Robber Game</title>
    <link>https://tcsuestc.com/2024/05/30/boting-yang-on-the-one-visibility-cops-and-robber-game/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/05/30/boting-yang-on-the-one-visibility-cops-and-robber-game/</guid>
    <pubDate>Thu, 30 May 2024 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>In this talk, we consider the one-visibility cops and robber game. The one-visibility cops and robber game is a variation of the classic cops and robber game, where one-visibility means that the information of the robber is known to all cops only when the distance between the robber and at least one cop is at most one. We give a lower bound on the one-visibility cop number of general trees. We propose strategies to clear trees according to their structures. We present a linear-time algorithm for computing the one-visibility cop number of trees. We also present an $O(n \log n)$-time algorithm for computing the cop-win strategies of trees, where $n$ is the number of vertices.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Boting Yang received the B.Sc. degree in mathematics from Fudan University, the M.Sc. and Ph.D. degrees in mathematics from Xi’an Jiaotong University, and the Ph.D. degree in computer science from Memorial University of Newfoundland. He is currently a professor at the University of Regina. His recent research focuses on Algorithmic Graph Theory, Computational Geometry, and Computational learning Theory.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Qingyun Chen: Survivable Network Design Revisited: Group-Connectivity</title>
    <link>https://tcsuestc.com/2024/05/14/survivable-network-design-revisited-group-connectivity/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/05/14/survivable-network-design-revisited-group-connectivity/</guid>
    <pubDate>Tue, 14 May 2024 10:00:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>In the classical survivable network design problem (SNDP), we are given an undirected graph $G=(V,E)$ with costs on edges and a connectivity requirement $k(s,t)$ for each pair of vertices. The goal is to find a minimum-cost subgraph $H\subseteq G$ such that every pair $(s,t)$ are connected by $k(s,t)$ edge or (openly) vertex disjoint paths, abbreviated as EC-SNDP and VC-SNDP, respectively. The seminal result of Jain [FOCS’98, Combinatorica’01] gives a $2$-approximation algorithm for EC-SNDP, and a decade later, an $O(k^3\log n)$-approximation algorithm for VC-SNDP, where $k$ is the largest connectivity requirement, was discovered by Chuzhoy and Khanna [FOCS’09, Theory Comput.’12]. While there is a rich literature on point-to-point settings of SNDP, the viable case of connectivity between subsets is still relatively poorly understood.</p>
<p>This paper concerns the generalization of SNDP into the subset-to-subset setting, namely Group EC-SNDP. We develop the framework, which yields the first non-trivial (true) approximation algorithm for Group EC-SNDP. Previously, only a bicriteria approximation algorithm is known for Group EC-SNDP [Chalermsook, Grandoni, and Laekhanukit, SODA’15], and a true approximation algorithm is known only for the single-source variant with connectivity requirement $k(S,T)\in\{0,1,2\}$ [Gupta, Krishnaswamy, and Ravi, SODA’10; Khandekar, Kortsarz, and Nutov, FSTTCS’09 and Theor. Comput. Sci.’12].</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Qingyun Chen is a PhD student in EECS at UC Merced, advised by Professor Sungjin Im. His research focuses on theoretical computer science, in particular, approximation algorithms, online algorithms, and hardness of approximations.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Toru Takisaka: Lexicographic Ranking Supermartingales with Lazy Lower Bounds</title>
    <link>https://tcsuestc.com/2024/05/10/toru-takisaka-lexicographic-ranking-supermartingales-with-lazy-lower-bounds/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/05/10/toru-takisaka-lexicographic-ranking-supermartingales-with-lazy-lower-bounds/</guid>
    <pubDate>Fri, 10 May 2024 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>Lexicographic Ranking SuperMartingale (LexRSM) is a probabilistic extension of Lexicographic Ranking Function (LexRF), which is a widely accepted technique for verifying program termination. In this paper, we are the first to propose sound probabilistic extensions of LexRF with a weaker non-negativity condition, which is called single-component non-negativity. It is known that such an extension, if it exists, will be nontrivial due to the intricacies of the probabilistic circumstances.<br>
As the basis of technical development, we first devise a novel notion of rescalability, which ensures that a LexRSM does not take negative values in a “harmful” way. This notion yields a sound probabilistic extension of single-component non-negative LexRF for general stochastic processes. Toward the application to automated verification, we then introduce another extension, called lazy LexRSM. Linear lazy LexRSM is sound for probabilistic programs with linear arithmetics, and its subclass is amenable to automated synthesis algorithms via linear programming. Experiments show an advantage of the algorithm over existing LexRSM synthesis algorithms.</p>
<p>This is a joint work with Libo Zhang, Changjiang Wang, and Jiamou Liu.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Andre Nies: Prime numbers, factorisation, and algorithms</title>
    <link>https://tcsuestc.com/2024/04/19/andre-nies-prime-numbers-factorisation-and-algorithms/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/04/19/andre-nies-prime-numbers-factorisation-and-algorithms/</guid>
    <pubDate>Fri, 19 Apr 2024 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>Euclid in around  300 BC proved that the sequence of prime numbers is infinite. This sequence starts 2,3,5,7,11, 13, …; the largest currently known prime number  is  obtained by raising 2 to the power of 82589933 and subtracting 1. Each number is a unique product of prime numbers; so the prime numbers  can be seen as the building blocks for all natural numbers. </p>
<p>The first part of the talk gives an overview of prime numbers, including a fairly recent result of Green and Tao on arithmetic progressions,  and close calls to the Goldbach conjecture due to Wang, Helfgott, and others. </p>
<p>The second part focusses on computation: how to recognise via an efficient (i.e., polynomial time) algorithm whether a number is prime, and how to use a hypothetical quantum computer to obtain the prime factorisation of a number in polynomial time. The relevance to cryptography will be discussed as well.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>PhD 1992, Heidelberg</p>
<p>University of Chicago, 1995-2001</p>
<p>University of Auckland, 2002-</p>
<p>2010 ICM speaker in special session</p>
<p>2020 Humboldt research award</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Alexander Zapryagaev: Presburger arithmetic and related theories</title>
    <link>https://tcsuestc.com/2024/04/12/presburger-arithmetic-and-related-theories/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/04/12/presburger-arithmetic-and-related-theories/</guid>
    <pubDate>Fri, 12 Apr 2024 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>The talk introduces Presburger arithmetic $\mathrm{PrA}$, the theory of natural numbers with addition, and Büchi arithmetics $\mathrm{BA}_n$, a series of algorithmically decidable extensions of $\mathrm{PrA}$. The main logical and algorithmic properties of these theories and their fragments are explored, both classical and recently obtained. Various expressibility results are introduced as well as some data on the structure of the non-standard models of $\mathrm{PrA}$ and $\mathrm{BA}_n$. We discuss the Büchi-Bruyère theorem, establishing the direct connection between interpretations in Büchi arithmetics and automatic structures, as well as the Cobham-Semënov theorem, allowing to compare the expressive powers of $\mathrm{BA}_n$ for different $n$. The speaker’s result on the non-existence of interpretations from $\mathrm{BA}_n$ to itself unless isomorphic to the trivial one is presented and put in context.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Junqiang Peng: A Fast Algorithm for MaxSAT Above Half Number of Clauses</title>
    <link>https://tcsuestc.com/2024/03/29/junqiang-peng-a-fast-algorithm-for-maxsat-above-half-number-of-clauses/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/03/29/junqiang-peng-a-fast-algorithm-for-maxsat-above-half-number-of-clauses/</guid>
    <pubDate>Fri, 29 Mar 2024 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>In the MaxSAT problem, given a CNF formula $\mathcal{F}$ with $m$ clauses and an integer $k$, we are asked whether there is a truth assignment that satisfies at least $k$ clauses of $\mathcal{F}$. The natural and well-studied parameterization of the MaxSAT problem takes $k$ as the parameter. In this work, we study the following parameterization of the MaxSAT problem: Given a CNF formula $\mathcal{F}$ with $m$ clauses, decide whether at least $m/2 + \mu$ clauses in $\mathcal{F}$ could be satisfied, where $\mu$ is the excess of the number of satisfied clauses over the trivial lower bound $m/2$ and is taken as the parameter. This perspective is known as the “above guarantee” parameterization. Since its introduction by Mahajan and Raman in 1999, the analysis of parameterization above guarantee has become a highly active and fruitful line of research. In this paper, we develop a new algorithm with runtime $O^*(2.1479^{\mu})$, improving the previous best upper bound $O^*(5.4064^{\mu})$ for this problem. Here, the $O^*$ notation omits polynomial factors.</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Yinyu Ye: Online Market Design: Dynamic Equilibrium Pricing</title>
    <link>https://tcsuestc.com/2024/03/25/online-market-design-dynamic-equilibrium-pricing/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/03/25/online-market-design-dynamic-equilibrium-pricing/</guid>
    <pubDate>Mon, 25 Mar 2024 11:00:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>The Fisher and Arrow-Debreu markets are the most fundamental models for resource/good allocation and exchange. However, classical markets (i) only consider two types of constraints, i.e., budgets of individual buyers and capacities of goods, and (ii) involve a complete information setting wherein buyers’ utilities are known, and all the transactions happen in a static market. In this talk, we present generalizations of classical market equilibrium price designs to settings when agents arrive at the market sequentially with utilities and budgets/goods that are not known a priori to the market designer. More specifically, we assume that agents arrive sequentially at the market with utility and budget parameters drawn i.i.d. from some distribution and make online or exchanges in real-time. In this setting, we study the performance limitations of static pricing approaches, which set the same prices for all agents; and develop two adaptive pricing algorithms, one with knowledge of the distribution and another that solely relies on past observations of user consumption, i.e., revealed preference feedback, with provable performance guarantees.</p>
<h2 id="speaker-bio">Speaker Bio</h2>
<p>Yinyu Ye is currently the K.T. Li Professor of Engineering at Department of Management Science and Engineering and Institute of Computational and Mathematical Engineering, Stanford University. His current research topics include Continuous and Discrete Optimization, Data Science and Applications, Numerical Algorithm Design and Analyses, Algorithmic Game/Market Equilibrium。 Operations Research and Management Science etc.; and he was one of the pioneers ofInterior-Point Methods, Conic Linear Programming, Distributionally Robust Optimization, Online Linear Programming and Learning, Algorithm Analyses for Reinforcement Learning and Markov Decision Process, and etc. He has received several scientific awards including, including the 2009 John von Neumann Theory Prize for fundamental sustained contributions to theory in Operations Research and the Management Sciences, the inaugural 2012 ISMP Tseng Lectureship Prize for outstanding contribution to continuous optimization (every three years), the 2014 SIAM Optimization Prize awarded (every three years), etc.. According to Google Scholar, his publications have been cited 58,000 times.</p>
<p>叶荫宇 (Yinyu Ye) 现任斯坦福大学管理科学与工程系及计算数学工程研究院李国鼎讲座教授。他的主要研究方向为连续和离散优化, 数据科学及应用， 数字算法设计及分析， 算法博弈及市场均衡，运筹及管理科学等；他和其他科学家开创了内点优化算法，锥规划模型，分布式鲁棒优化，在线线性规划和学习，强化学习和马可夫过程算法分析等。他多次获得科学奖项: 包括2009约翰·冯·洛伊曼理论奖，国际数学规划2012 Tseng Lectureship Prize（每三年），2014美国应用数学学会优化奖（每三年）等。根据谷歌学术统计，目前他的文章被引用总计超过58,000次。</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Zihui Liang: Two new algorithms for solving  Muller games and their applications</title>
    <link>https://tcsuestc.com/2024/03/22/zihui-liang-two-new-algorithms-for-solving-muller-games-and-their-applications/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/03/22/zihui-liang-two-new-algorithms-for-solving-muller-games-and-their-applications/</guid>
    <pubDate>Fri, 22 Mar 2024 16:20:00 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>Muller games form a well-established class of games for model checking and verification. These games are played on directed graphs $\mathcal G$ where Player 0 and Player 1 play by generating an infinite path through the graph. The winner is determined by the set $X$ consisting of all vertices in the path that occur infinitely often. If $X$ belongs to $\Omega$, a specified collection of subsets of $\mathcal G$, then Player 0 wins. Otherwise, Player 1 claims the win. These games are determined, enabling the partitioning of $\mathcal G$ into two sets $W_0$ and $W_1$ of winning positions for Player 0 and Player 1, respectively. Numerous algorithms exist that decide Muller games $\mathcal G$ by computing the sets $W_0$ and $W_1$. In this paper, we introduce two novel algorithms that outperform all previously known methods for deciding explicitly given Muller games, especially in the worst-case scenarios. The previously known algorithms either reduce Muller games to other known games (e.g. safety games) or recursively change the underlying graph $\mathcal G$ and the collection of sets in $\Omega$. In contrast, our approach does not employ these techniques but instead leverages subgames, the sets within $\Omega$, and their interactions. This distinct methodology sets our algorithms apart from prior approaches for deciding Muller games. Additionally, our algorithms offer enhanced clarity and ease of comprehension. Importantly, our techniques are applicable to improving the performance of existing algorithms that handle other game classes, including coloured Muller games, McNaughton games, Rabin games, and Streett games..</p>
]]></content:encoded>
  </item>
  
  <item>
    <title>Lu Liu: A Fast Exact Solver with Theoretical Analysis for the Maximum Edge-Weighted Clique Problem</title>
    <link>https://tcsuestc.com/2024/03/15/yi-zhou-recent-advances-in-algorithms-for-k-plex-problems-2/</link>
    <guid isPermaLink="true">https://tcsuestc.com/2024/03/15/yi-zhou-recent-advances-in-algorithms-for-k-plex-problems-2/</guid>
    <pubDate>Fri, 15 Mar 2024 21:09:11 &#43;0800</pubDate>
    <content:encoded><![CDATA[<h2 id="abstract">Abstract</h2>
<p>The maximum vertex-weighted clique problem (MVWCP) and the maximum edge-weighted clique problem (MEWCP) are two natural extensions of the fundamental maximum clique problem. In this paper, we systematically study MEWCP and make the following major contributions: (1) We show that MEWCP is NP-hard even when the minimum degree of the graph is $n-2$, in contrast to MVWCP which is polynomial-time solvable when the minimum degree of the graph is at least $n-3$. This result distinguishes the complexity of the two problems for the first time. (2) To address MEWCP, we develop an efficient branch-and-bound algorithm called MEWCat with both practical and theoretical performance guarantees. In practice, MEWCat utilizes a new upper bound tighter than existing ones, which allows for more efficient pruning of branches. In theory, we prove a running-time bound of $O^*(1.4423^n)$ for MEWCat, which breaks the trivial bound of $O^*(2^n)$ in the research line of practical exact MEWCP solvers for the first time. (3) Empirically, we evaluate the performance of MEWCat on various benchmark instances. The experiments demonstrate that MEWCat outperforms state-of-the-art exact solvers significantly. For instance, on 16 DIMACS graphs that the state-of-the-art solver BBEWC fails to solve within 7200 seconds, MEWCat solves all of them with an average time of less than 1000 seconds. On real-world graphs, MEWCat achieves an average speedup of over 36x.</p>
]]></content:encoded>
  </item>
  
</channel>
</rss>
