首页 > 最新文献

Anais do XXXIV Concurso de Teses e Dissertações da SBC (CTD-SBC 2021)最新文献

英文 中文
Energy-Efficient NoC-Based Systems for Real-Time Multimedia Applications using Approximate Computing 基于近似计算的高效节能的实时多媒体应用系统
Pub Date : 2021-07-18 DOI: 10.5753/CTD.2021.15750
Wagner Penny, D. Palomino, M. Porto, B. Zatt
This work presents an energy-efficient NoC-based system for real-time multimedia applications employing approximate computing. The proposed video processing system, called SApp-NoC, is efficient in both energy and quality (QoS), employing a scalable NoC architecture composed of processing elements designed to accelerate the HEVC Fractional Motion Estimation (FME). Two solutions are proposed: HSApp-NoC (Heuristc-based SApp-NoC), and MLSApp-NoC (Machine Learning-based SApp-NoC). When compared to a precise solution processing 4K videos at 120 fps, HSApp-NoC and MLSApp-NoC reduce about 48.19% and 31.81% the energy consumption, at small quality reduction of 2.74% and 1.09%, respectively. Furthermore, a set of schedulability analysis is also proposed in order to guarantee the meeting of timing constraints at typical workload scenarios.
本文提出了一种基于近似计算的高效节能的实时多媒体应用系统。所提出的视频处理系统称为SApp-NoC,在能量和质量(QoS)方面都很高效,采用由处理元素组成的可扩展NoC架构,旨在加速HEVC分数运动估计(FME)。提出了两种解决方案:happ - noc(基于启发式的SApp-NoC)和mlapp - noc(基于机器学习的SApp-NoC)。与以120 fps处理4K视频的精确解决方案相比,HSApp-NoC和mlapp - noc分别降低了48.19%和31.81%的能耗,而质量则分别降低了2.74%和1.09%。此外,还提出了一套可调度性分析,以保证在典型工作负载场景下满足时间约束。
{"title":"Energy-Efficient NoC-Based Systems for Real-Time Multimedia Applications using Approximate Computing","authors":"Wagner Penny, D. Palomino, M. Porto, B. Zatt","doi":"10.5753/CTD.2021.15750","DOIUrl":"https://doi.org/10.5753/CTD.2021.15750","url":null,"abstract":"This work presents an energy-efficient NoC-based system for real-time multimedia applications employing approximate computing. The proposed video processing system, called SApp-NoC, is efficient in both energy and quality (QoS), employing a scalable NoC architecture composed of processing elements designed to accelerate the HEVC Fractional Motion Estimation (FME). Two solutions are proposed: HSApp-NoC (Heuristc-based SApp-NoC), and MLSApp-NoC (Machine Learning-based SApp-NoC). When compared to a precise solution processing 4K videos at 120 fps, HSApp-NoC and MLSApp-NoC reduce about 48.19% and 31.81% the energy consumption, at small quality reduction of 2.74% and 1.09%, respectively. Furthermore, a set of schedulability analysis is also proposed in order to guarantee the meeting of timing constraints at typical workload scenarios.","PeriodicalId":236085,"journal":{"name":"Anais do XXXIV Concurso de Teses e Dissertações da SBC (CTD-SBC 2021)","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125847941","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Shared Memory Verification for Multicore Chip Designs 多核芯片设计的共享内存验证
Pub Date : 2021-07-18 DOI: 10.5753/CTD.2021.15760
Marleson Graf, L. Santos
A multicore chip usually provides a shared memory abstraction implemented by a cache coherence protocol. On-chip coherence can scale gracefully as the number of cores grows, and it plays a major role for general purpose applications. Besides, multicore architectures are likely to relax constraints on store atomicity and on the ordering between loads and stores. As a result, the validation of shared memory faces two main challenges: the higher number of valid execution behaviors and the larger coherence protocol's state space. This dissertation faces those challenges and targets an important design automation phase: the (pre-silicon) functional verification of the shared memory subsystem of a multicore chip, whose behavior is specified by a memory consistency model (MCM). The main scientific contribution is a novel approach to the building of MCM checkers, along with technical contributions on random test generation and directed test generation. The contributions were reported by two papers in a premier IEEE/ACM conference and two articles in the most prestigious IEEE journal on Computer Aided Design of Integrated Circuits and Systems.
多核芯片通常提供由缓存一致性协议实现的共享内存抽象。片上一致性可以随着内核数量的增长而优雅地扩展,并且它在通用应用程序中起着重要作用。此外,多核体系结构可能会放松对存储原子性和负载与存储之间排序的限制。因此,共享内存的验证面临两个主要挑战:更高数量的有效执行行为和更大的一致性协议状态空间。本论文面对这些挑战,瞄准了一个重要的设计自动化阶段:多核芯片共享内存子系统的(预硅)功能验证,其行为由内存一致性模型(MCM)指定。主要的科学贡献是建立MCM检查器的新方法,以及随机测试生成和定向测试生成的技术贡献。在IEEE/ACM会议上发表了两篇论文,并在最负盛名的IEEE期刊《集成电路和系统的计算机辅助设计》上发表了两篇文章。
{"title":"Shared Memory Verification for Multicore Chip Designs","authors":"Marleson Graf, L. Santos","doi":"10.5753/CTD.2021.15760","DOIUrl":"https://doi.org/10.5753/CTD.2021.15760","url":null,"abstract":"A multicore chip usually provides a shared memory abstraction implemented by a cache coherence protocol. On-chip coherence can scale gracefully as the number of cores grows, and it plays a major role for general purpose applications. Besides, multicore architectures are likely to relax constraints on store atomicity and on the ordering between loads and stores. As a result, the validation of shared memory faces two main challenges: the higher number of valid execution behaviors and the larger coherence protocol's state space. This dissertation faces those challenges and targets an important design automation phase: the (pre-silicon) functional verification of the shared memory subsystem of a multicore chip, whose behavior is specified by a memory consistency model (MCM). The main scientific contribution is a novel approach to the building of MCM checkers, along with technical contributions on random test generation and directed test generation. The contributions were reported by two papers in a premier IEEE/ACM conference and two articles in the most prestigious IEEE journal on Computer Aided Design of Integrated Circuits and Systems.","PeriodicalId":236085,"journal":{"name":"Anais do XXXIV Concurso de Teses e Dissertações da SBC (CTD-SBC 2021)","volume":"105 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114573469","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Towards Automatic Fake News Detection in Digital Platforms: Properties, Limitations, and Applications 面向数字平台的虚假新闻自动检测:属性、限制和应用
Pub Date : 2021-07-18 DOI: 10.5753/CTD.2021.15754
Julio C. S. Reis, Fabrício Benevenuto
Digital platforms, including social media systems and messaging applications, have become a place for campaigns of misinformation that affect the credibility of the entire news ecosystem. The emergence of fake news in these environments has quickly evolved into a worldwide phenomenon, where the lack of scalable fact-checking strategies is especially worrisome. In this context, this thesis aim at investigating practical approaches for the automatic detection of fake news disseminated in digital platforms. Particularly, we explore new datasets and features for fake news detection to assess the prediction performance of current supervised machine learning approaches. We also propose an unbiased framework for quantifying the informativeness of features for fake news detection, and present an explanation of factors contributing to model decisions considering data from different scenarios. Finally, we propose and implement a new mechanism that accounts for the potential occurrence of fake news within the data, significantly reducing the number of content pieces journalists and fact-checkers have to go through before finding a fake story.
包括社交媒体系统和消息应用程序在内的数字平台,已经成为虚假信息传播的场所,影响了整个新闻生态系统的可信度。在这些环境中,假新闻的出现已经迅速演变成一种全球现象,其中缺乏可扩展的事实核查策略尤其令人担忧。在此背景下,本文旨在探讨在数字平台上传播的假新闻自动检测的实用方法。特别是,我们探索了假新闻检测的新数据集和特征,以评估当前监督机器学习方法的预测性能。我们还提出了一个无偏框架,用于量化假新闻检测特征的信息量,并解释了考虑不同场景数据的模型决策的因素。最后,我们提出并实施了一种新机制,该机制考虑了数据中可能出现的假新闻,大大减少了记者和事实核查员在发现假新闻之前必须经过的内容片段的数量。
{"title":"Towards Automatic Fake News Detection in Digital Platforms: Properties, Limitations, and Applications","authors":"Julio C. S. Reis, Fabrício Benevenuto","doi":"10.5753/CTD.2021.15754","DOIUrl":"https://doi.org/10.5753/CTD.2021.15754","url":null,"abstract":"Digital platforms, including social media systems and messaging applications, have become a place for campaigns of misinformation that affect the credibility of the entire news ecosystem. The emergence of fake news in these environments has quickly evolved into a worldwide phenomenon, where the lack of scalable fact-checking strategies is especially worrisome. In this context, this thesis aim at investigating practical approaches for the automatic detection of fake news disseminated in digital platforms. Particularly, we explore new datasets and features for fake news detection to assess the prediction performance of current supervised machine learning approaches. We also propose an unbiased framework for quantifying the informativeness of features for fake news detection, and present an explanation of factors contributing to model decisions considering data from different scenarios. Finally, we propose and implement a new mechanism that accounts for the potential occurrence of fake news within the data, significantly reducing the number of content pieces journalists and fact-checkers have to go through before finding a fake story.","PeriodicalId":236085,"journal":{"name":"Anais do XXXIV Concurso de Teses e Dissertações da SBC (CTD-SBC 2021)","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116280203","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
The Balanced Connected k-Partition Problem: Polyhedra and Algorithms 平衡连通k划分问题:多面体及其算法
Pub Date : 2021-07-18 DOI: 10.5753/CTD.2021.15763
M. J. Ota, F. Miyazawa, Phablo F. S. Moura
The balanced connected k-partition (BCPk) problem consists in partitioning a connected graph into connected subgraphs with similar weights. This problem arises in multiple practical applications, such as police patrolling, image processing, data base and operating systems. In this work, we address the BCPk using mathematical programming. We propose a compact formulation based on flows and a formulation based on separators. We introduce classes of valid inequalities and design polynomial-time separation routines. Moreover, to the best of our knowledge, we present the first polyhedral study for BCPk in the literature. Finally, we report on computational experiments showing that the proposed algorithms significantly outperform the state of the art for BCPk.
平衡连通k-划分(BCPk)问题包括将连通图划分为具有相似权值的连通子图。这个问题出现在许多实际应用中,如警察巡逻、图像处理、数据库和操作系统。在这项工作中,我们使用数学规划来解决BCPk。我们提出了一个基于流动的紧凑配方和一个基于分离器的配方。我们引入了有效不等式的类别,并设计了多项式时间分离例程。此外,据我们所知,我们在文献中首次提出了BCPk的多面体研究。最后,我们报告了计算实验,表明所提出的算法显着优于BCPk的最新状态。
{"title":"The Balanced Connected k-Partition Problem: Polyhedra and Algorithms","authors":"M. J. Ota, F. Miyazawa, Phablo F. S. Moura","doi":"10.5753/CTD.2021.15763","DOIUrl":"https://doi.org/10.5753/CTD.2021.15763","url":null,"abstract":"The balanced connected k-partition (BCPk) problem consists in partitioning a connected graph into connected subgraphs with similar weights. This problem arises in multiple practical applications, such as police patrolling, image processing, data base and operating systems. In this work, we address the BCPk using mathematical programming. We propose a compact formulation based on flows and a formulation based on separators. We introduce classes of valid inequalities and design polynomial-time separation routines. Moreover, to the best of our knowledge, we present the first polyhedral study for BCPk in the literature. Finally, we report on computational experiments showing that the proposed algorithms significantly outperform the state of the art for BCPk.","PeriodicalId":236085,"journal":{"name":"Anais do XXXIV Concurso de Teses e Dissertações da SBC (CTD-SBC 2021)","volume":"14 1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128963691","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Synthesizing Realistic Human Dance Motions Conditioned by Musical Data using Graph Convolutional Networks 利用图卷积网络合成音乐数据条件下的逼真人体舞蹈动作
Pub Date : 2021-07-18 DOI: 10.5753/CTD.2021.15762
João Pedro Moreira Ferreira, Renato Martins, E. R. Nascimento
Learning to move naturally from music, i.e., to dance, is one of the most complex motions humans often perform effortlessly. Existing techniques of automatic dance generation with classical CNN and RNN models undergo training and variability issues due to the non-Euclidean geometry of the motion manifold. We design a novel method based on GCNs to tackle the problem of automatic dance generation from audio. Our method uses an adversarial learning scheme conditioned on the input music audios to create natural motions. The results demonstrate that the proposed GCN model outperforms the state-of-the-art in different experiments. Visual results of the motion generation and explanation can be visualized through the link: http://youtu.be/fGDK6UkKzvA
学习从音乐中自然地移动,即跳舞,是人类经常毫不费力地完成的最复杂的动作之一。现有的基于经典CNN和RNN模型的自动舞蹈生成技术由于运动流形的非欧几里德几何而存在训练和可变性问题。我们设计了一种新的基于GCNs的方法来解决音频自动生成舞蹈的问题。我们的方法使用一种对抗性学习方案,以输入音乐音频为条件来创建自然动作。实验结果表明,本文提出的GCN模型在不同的实验中都优于现有的模型。运动生成和解释的可视化结果可以通过链接:http://youtu.be/fGDK6UkKzvA可视化
{"title":"Synthesizing Realistic Human Dance Motions Conditioned by Musical Data using Graph Convolutional Networks","authors":"João Pedro Moreira Ferreira, Renato Martins, E. R. Nascimento","doi":"10.5753/CTD.2021.15762","DOIUrl":"https://doi.org/10.5753/CTD.2021.15762","url":null,"abstract":"Learning to move naturally from music, i.e., to dance, is one of the most complex motions humans often perform effortlessly. Existing techniques of automatic dance generation with classical CNN and RNN models undergo training and variability issues due to the non-Euclidean geometry of the motion manifold. We design a novel method based on GCNs to tackle the problem of automatic dance generation from audio. Our method uses an adversarial learning scheme conditioned on the input music audios to create natural motions. The results demonstrate that the proposed GCN model outperforms the state-of-the-art in different experiments. Visual results of the motion generation and explanation can be visualized through the link: http://youtu.be/fGDK6UkKzvA","PeriodicalId":236085,"journal":{"name":"Anais do XXXIV Concurso de Teses e Dissertações da SBC (CTD-SBC 2021)","volume":"51 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131914265","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Concurrency and Interference Analysis of Kernels on GPUs gpu上内核的并发性与干扰分析
Pub Date : 2021-07-18 DOI: 10.5753/CTD.2021.15757
Pablo Carvalho, Lúcia M. A. Drummond, C. Bentes
Heterogeneous systems employing CPUs and GPUs are becoming increasingly popular in large-scale data centers and cloud environments. In these platforms, sharing a GPU across different applications is an important feature to improve hardware utilization and system throughput. However, under scenarios where GPUs are competitively shared, some challenges arise. The decision on the simultaneous execution of different kernels is made by the hardware and depends on the kernels resource requirements. Besides that, it is very difficult to understand all the hardware variables involved in the simultaneous execution decisions, in order to describe a formal allocation method. In this work, we studied the impact that kernel resource requirements have in concurrent execution and used machine learning (ML) techniques to infer the interference caused by the concurrent execution, and to classify the slowdown that results from this interference. The ML techniques were analyzed over the GPU benchmark suites, Rodinia, Parboil and SHOC. Our results showed that, from the features selected in the analysis, the number of blocks per grid, number of threads per block, and number of registers are the resource consumption features that most affect the performance of the concurrent execution.
采用cpu和gpu的异构系统在大型数据中心和云环境中变得越来越流行。在这些平台中,跨不同应用程序共享GPU是提高硬件利用率和系统吞吐量的重要特性。然而,在gpu竞争性共享的情况下,出现了一些挑战。不同内核的同时执行是由硬件决定的,并且取决于内核的资源需求。此外,为了描述一种形式化的分配方法,很难理解同时执行决策中涉及的所有硬件变量。在这项工作中,我们研究了内核资源需求对并发执行的影响,并使用机器学习(ML)技术来推断并发执行引起的干扰,并对这种干扰导致的减速进行分类。在GPU基准套件、Rodinia、Parboil和SHOC上分析了ML技术。我们的结果表明,从分析中选择的特性来看,每个网格的块数、每个块的线程数和寄存器的数量是最影响并发执行性能的资源消耗特性。
{"title":"Concurrency and Interference Analysis of Kernels on GPUs","authors":"Pablo Carvalho, Lúcia M. A. Drummond, C. Bentes","doi":"10.5753/CTD.2021.15757","DOIUrl":"https://doi.org/10.5753/CTD.2021.15757","url":null,"abstract":"Heterogeneous systems employing CPUs and GPUs are becoming increasingly popular in large-scale data centers and cloud environments. In these platforms, sharing a GPU across different applications is an important feature to improve hardware utilization and system throughput. However, under scenarios where GPUs are competitively shared, some challenges arise. The decision on the simultaneous execution of different kernels is made by the hardware and depends on the kernels resource requirements. Besides that, it is very difficult to understand all the hardware variables involved in the simultaneous execution decisions, in order to describe a formal allocation method. In this work, we studied the impact that kernel resource requirements have in concurrent execution and used machine learning (ML) techniques to infer the interference caused by the concurrent execution, and to classify the slowdown that results from this interference. The ML techniques were analyzed over the GPU benchmark suites, Rodinia, Parboil and SHOC. Our results showed that, from the features selected in the analysis, the number of blocks per grid, number of threads per block, and number of registers are the resource consumption features that most affect the performance of the concurrent execution.","PeriodicalId":236085,"journal":{"name":"Anais do XXXIV Concurso de Teses e Dissertações da SBC (CTD-SBC 2021)","volume":"58 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125458224","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Discovery and Application of Data Dependencies 数据依赖关系的发现和应用
Pub Date : 2021-07-18 DOI: 10.5753/CTD.2021.15749
Eduardo H. M. Pena, E. Almeida
This work makes contributions that reach central problems in connection with data dependencies. The first problem regards the discovery of dependencies of high expressive power. We introduce an efficient algorithm for the discovery of denial constraints: a type of dependency that has enough expressive power to generalize other important types of dependencies and to express complex business rules. The second problem concerns the application of dependencies for improving data consistency. We present a modification for traditional dependency discovery approaches that enables the dependency discovery algorithms to return reliable results even if they run on data containing some inconsistent records. Also, we present a system for detecting violations of dependencies efficiently. Our extensive experimental evaluation shows that our system is up to three orders-of-magnitude faster than state-of-the-art solutions, especially for larger datasets and massive numbers of dependency violations. The last contribution in this work regards the application of dependencies in query optimization. We present a system for the automatic discovery and selection of functional dependencies. Our experimental evaluation shows that our system selects relevant functional dependencies that help reducing the overall query response time for various types of query workloads.
这项工作对与数据依赖性相关的核心问题做出了贡献。第一个问题是关于发现高表达能力的依赖性。我们引入了一种有效的算法来发现拒绝约束:一种具有足够表达能力的依赖关系,可以概括其他重要的依赖关系类型并表达复杂的业务规则。第二个问题涉及依赖关系的应用,以提高数据一致性。我们提出了对传统依赖项发现方法的修改,使依赖项发现算法即使在包含一些不一致记录的数据上运行也能返回可靠的结果。此外,我们还提出了一个有效检测依赖关系违反的系统。我们广泛的实验评估表明,我们的系统比最先进的解决方案快了三个数量级,特别是对于更大的数据集和大量依赖违反。这项工作的最后一个贡献是关于依赖关系在查询优化中的应用。我们提出了一个自动发现和选择功能依赖项的系统。我们的实验评估表明,我们的系统选择了相关的功能依赖项,这有助于减少各种查询工作负载类型的总体查询响应时间。
{"title":"Discovery and Application of Data Dependencies","authors":"Eduardo H. M. Pena, E. Almeida","doi":"10.5753/CTD.2021.15749","DOIUrl":"https://doi.org/10.5753/CTD.2021.15749","url":null,"abstract":"This work makes contributions that reach central problems in connection with data dependencies. The first problem regards the discovery of dependencies of high expressive power. We introduce an efficient algorithm for the discovery of denial constraints: a type of dependency that has enough expressive power to generalize other important types of dependencies and to express complex business rules. The second problem concerns the application of dependencies for improving data consistency. We present a modification for traditional dependency discovery approaches that enables the dependency discovery algorithms to return reliable results even if they run on data containing some inconsistent records. Also, we present a system for detecting violations of dependencies efficiently. Our extensive experimental evaluation shows that our system is up to three orders-of-magnitude faster than state-of-the-art solutions, especially for larger datasets and massive numbers of dependency violations. The last contribution in this work regards the application of dependencies in query optimization. We present a system for the automatic discovery and selection of functional dependencies. Our experimental evaluation shows that our system selects relevant functional dependencies that help reducing the overall query response time for various types of query workloads.","PeriodicalId":236085,"journal":{"name":"Anais do XXXIV Concurso de Teses e Dissertações da SBC (CTD-SBC 2021)","volume":"265 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126052724","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Sunflower Theorems in Monotone Circuit Complexity 单调电路复杂性中的向日葵定理
Pub Date : 2021-07-18 DOI: 10.5753/CTD.2021.15761
B. P. Cavalar, Y. Kohayakawa
Alexander Razborov (1985) developed the approximation method to obtain lower bounds on the size of monotone circuits deciding if a graph contains a clique. Given a "small" circuit, this technique consists in finding a monotone Boolean function which approximates the circuit in a distribution of interest, but makes computation errors in that same distribution. To prove that such a function is indeed a good approximation, Razborov used the sunflower lemma of ErdH{o}s and Rado (1960). This technique was improved by Alon and Boppana (1987) to show lower bounds for a larger class of monotone computational problems. In that same work, the authors also improved the result of Razborov for the clique problem, using a relaxed variant of sunflowers. More recently, Rossman (2010) developed another variant of sunflowers, now called "robust sunflowers", to obtain lower bounds for the clique problem in random graphs. In the following years, the concept of robust sunflowers found applications in many areas of computational complexity, such as DNF sparsification, randomness extractors and lifting theorems. Even more recent was the breakthrough result of Alweiss, Lovett, Wu and Zhang (2020), which improved Rossman's bound on the size of hypergraphs without robust sunflowers. This result was employed to obtain a significant progress on the sunflower conjecture. In this work, we will show how the recent progress in sunflower theorems can be applied to improve monotone circuit lower bounds. In particular, we will show the best monotone circuit lower bound obtained up to now, breaking a 20-year old record of Harnik and Raz (2000). We will also improve the lower bound of Alon and Boppana for the clique function in a slightly more restricted range of clique sizes. Our exposition is self-contained. These results were obtained in a collaboration with Benjamin Rossman and Mrinal Kumar.
Alexander Razborov(1985)发展了一种近似方法来获得判定图中是否包含团的单调回路大小的下界。给定一个“小”电路,该技术包括找到一个单调布尔函数,该函数在感兴趣的分布中近似电路,但在同一分布中产生计算误差。为了证明这样的函数确实是一个很好的近似,Razborov使用了ErdH{o}s和Rado(1960)的向日葵引理。Alon和Boppana(1987)改进了这种技术,以显示更大类单调计算问题的下界。在同一篇文章中,作者还改进了Razborov关于团问题的结果,使用了向日葵的松弛变体。最近,Rossman(2010)开发了向日葵的另一种变体,现在称为“鲁棒向日葵”,以获得随机图中团问题的下界。在接下来的几年里,鲁棒向日葵的概念在计算复杂性的许多领域得到了应用,比如DNF稀疏化、随机提取器和提升定理。更近的是Alweiss, Lovett, Wu和Zhang(2020)的突破性成果,他们改进了Rossman关于无鲁棒向日葵超图大小的界。利用这一结果,向日葵猜想取得了重大进展。在这项工作中,我们将展示如何将葵花定理的最新进展应用于改进单调电路的下界。特别是,我们将展示迄今为止获得的最佳单调电路下界,打破了Harnik和Raz(2000) 20年来的记录。我们还将在稍微受限的团大小范围内改进团函数的Alon和Boppana的下界。我们的论述是独立的。这些结果是与Benjamin Rossman和Mrinal Kumar合作获得的。
{"title":"Sunflower Theorems in Monotone Circuit Complexity","authors":"B. P. Cavalar, Y. Kohayakawa","doi":"10.5753/CTD.2021.15761","DOIUrl":"https://doi.org/10.5753/CTD.2021.15761","url":null,"abstract":"Alexander Razborov (1985) developed the approximation method to obtain lower bounds on the size of monotone circuits deciding if a graph contains a clique. Given a \"small\" circuit, this technique consists in finding a monotone Boolean function which approximates the circuit in a distribution of interest, but makes computation errors in that same distribution. To prove that such a function is indeed a good approximation, Razborov used the sunflower lemma of ErdH{o}s and Rado (1960). This technique was improved by Alon and Boppana (1987) to show lower bounds for a larger class of monotone computational problems. In that same work, the authors also improved the result of Razborov for the clique problem, using a relaxed variant of sunflowers. More recently, Rossman (2010) developed another variant of sunflowers, now called \"robust sunflowers\", to obtain lower bounds for the clique problem in random graphs. In the following years, the concept of robust sunflowers found applications in many areas of computational complexity, such as DNF sparsification, randomness extractors and lifting theorems. Even more recent was the breakthrough result of Alweiss, Lovett, Wu and Zhang (2020), which improved Rossman's bound on the size of hypergraphs without robust sunflowers. This result was employed to obtain a significant progress on the sunflower conjecture. In this work, we will show how the recent progress in sunflower theorems can be applied to improve monotone circuit lower bounds. In particular, we will show the best monotone circuit lower bound obtained up to now, breaking a 20-year old record of Harnik and Raz (2000). We will also improve the lower bound of Alon and Boppana for the clique function in a slightly more restricted range of clique sizes. Our exposition is self-contained. These results were obtained in a collaboration with Benjamin Rossman and Mrinal Kumar.","PeriodicalId":236085,"journal":{"name":"Anais do XXXIV Concurso de Teses e Dissertações da SBC (CTD-SBC 2021)","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122636073","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Characterizing the Relationship Between Unitary Quantum Walks and Non-Homogeneous Random Walks 酉量子行走与非齐次随机行走关系的刻画
Pub Date : 2021-07-18 DOI: 10.5753/CTD.2021.15756
M. G. Andrade, F. Marquezino, Daniel R. Figueiredo
Quantum walks on graphs are ubiquitous in quantum computing finding a myriad of applications. Likewise, random walks on graphs are a fundamental building block for a large number of algorithms with diverse applications. While the relationship between quantum and random walks has been recently discussed in specific scenarios, this work establishes a formal equivalence between the two processes on arbitrary finite graphs and general conditions for shift and coin operators. It requires empowering random walks with time heterogeneity, where the transition probability of the walker is non-uniform and time dependent. The equivalence is obtained by equating the probability of measuring the quantum walk on a given node of the graph and the probability that the random walk is at that same node, for all nodes and time steps. The first result establishes procedure for a stochastic matrix sequence to induce a random walk that yields the exact same vertex probability distribution sequence of any given quantum walk, including the scenario with multiple interfering walkers. The second result establishes a similar procedure in the opposite direction. Given any random walk, a time-dependent quantum walk with the exact same vertex probability distribution is constructed. Interestingly, the matrices constructed by the first procedure allows for a different simulation approach for quantum walks where node samples respect neighbor locality and convergence is guaranteed by the law of large numbers, enabling efficient (polynomial-time) sampling of quantum graph trajectories. Furthermore, the complexity of constructing this sequence of matrices is discussed in the general case.
量子图上的量子行走在量子计算中无处不在,它有着无数的应用。同样,图上的随机游走是具有不同应用的大量算法的基本构建块。虽然量子漫步和随机漫步之间的关系最近已经在特定的场景中进行了讨论,但这项工作建立了任意有限图上两个过程之间的形式等价以及移位算子和硬币算子的一般条件。它要求赋予随机行走具有时间异质性,其中行走者的转移概率是不均匀的和时间相关的。对于所有节点和时间步长,通过将在图的给定节点上测量量子行走的概率与随机行走在同一节点上的概率相等来获得等效性。第一个结果建立了随机矩阵序列的程序,以诱导随机漫步,该随机漫步产生与任何给定量子漫步完全相同的顶点概率分布序列,包括具有多个干扰步行者的场景。第二个结果在相反的方向上建立了类似的过程。给定任意随机行走,构造具有完全相同顶点概率分布的时变量子行走。有趣的是,由第一个过程构建的矩阵允许量子行走的不同模拟方法,其中节点样本尊重邻居局部性和收敛性是由大数定律保证的,从而实现量子图轨迹的有效(多项式时间)采样。进一步讨论了一般情况下构造该矩阵序列的复杂性。
{"title":"Characterizing the Relationship Between Unitary Quantum Walks and Non-Homogeneous Random Walks","authors":"M. G. Andrade, F. Marquezino, Daniel R. Figueiredo","doi":"10.5753/CTD.2021.15756","DOIUrl":"https://doi.org/10.5753/CTD.2021.15756","url":null,"abstract":"Quantum walks on graphs are ubiquitous in quantum computing finding a myriad of applications. Likewise, random walks on graphs are a fundamental building block for a large number of algorithms with diverse applications. While the relationship between quantum and random walks has been recently discussed in specific scenarios, this work establishes a formal equivalence between the two processes on arbitrary finite graphs and general conditions for shift and coin operators. It requires empowering random walks with time heterogeneity, where the transition probability of the walker is non-uniform and time dependent. The equivalence is obtained by equating the probability of measuring the quantum walk on a given node of the graph and the probability that the random walk is at that same node, for all nodes and time steps. The first result establishes procedure for a stochastic matrix sequence to induce a random walk that yields the exact same vertex probability distribution sequence of any given quantum walk, including the scenario with multiple interfering walkers. The second result establishes a similar procedure in the opposite direction. Given any random walk, a time-dependent quantum walk with the exact same vertex probability distribution is constructed. Interestingly, the matrices constructed by the first procedure allows for a different simulation approach for quantum walks where node samples respect neighbor locality and convergence is guaranteed by the law of large numbers, enabling efficient (polynomial-time) sampling of quantum graph trajectories. Furthermore, the complexity of constructing this sequence of matrices is discussed in the general case.","PeriodicalId":236085,"journal":{"name":"Anais do XXXIV Concurso de Teses e Dissertações da SBC (CTD-SBC 2021)","volume":"73 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114821144","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
On the Helly Property of Some Intersection Graphs 关于若干交图的Helly性质
Pub Date : 2021-07-18 DOI: 10.5753/CTD.2021.15752
T. Santos, J. Szwarcfiter, U. Souza, C. Bornstein
An EPG graph G is an edge-intersection graph of paths on a grid. In this thesis, we analyze structural characterizations and complexity aspects regarding EPG graphs. Our main focus is on the class of B1-EPG graphs whose intersection model satisfies well-known the Helly property, called Helly-B1-EPG. We show that the problem of recognizing Helly-B1-EPG graphs is NP-complete. Besides, other intersection graph classes such as VPG, EPT, and VPT were also studied. We completely solve the problem of determining the Helly and strong Helly numbers of Bk-EPG graphs and Bk-VPG graphs for each non-negative integer k. Finally, we show that every Chordal B1-EPG graph is at the intersection of VPT and EPT.
EPG图G是网格上路径的边交图。在本文中,我们分析了EPG图的结构特征和复杂性。我们主要关注的是一类B1-EPG图,其相交模型满足众所周知的Helly性质,称为Helly-B1-EPG。我们证明了Helly-B1-EPG图的识别问题是np完全的。此外,还对VPG、EPT、VPT等其他相交图类进行了研究。我们完全解决了Bk-EPG图和Bk-VPG图对每个非负整数k的Helly数和强Helly数的确定问题,最后证明了每个弦B1-EPG图都在VPT和EPT的交点上。
{"title":"On the Helly Property of Some Intersection Graphs","authors":"T. Santos, J. Szwarcfiter, U. Souza, C. Bornstein","doi":"10.5753/CTD.2021.15752","DOIUrl":"https://doi.org/10.5753/CTD.2021.15752","url":null,"abstract":"An EPG graph G is an edge-intersection graph of paths on a grid. In this thesis, we analyze structural characterizations and complexity aspects regarding EPG graphs. Our main focus is on the class of B1-EPG graphs whose intersection model satisfies well-known the Helly property, called Helly-B1-EPG. We show that the problem of recognizing Helly-B1-EPG graphs is NP-complete. Besides, other intersection graph classes such as VPG, EPT, and VPT were also studied. We completely solve the problem of determining the Helly and strong Helly numbers of Bk-EPG graphs and Bk-VPG graphs for each non-negative integer k. Finally, we show that every Chordal B1-EPG graph is at the intersection of VPT and EPT.","PeriodicalId":236085,"journal":{"name":"Anais do XXXIV Concurso de Teses e Dissertações da SBC (CTD-SBC 2021)","volume":"283 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-07-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124523060","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
期刊
Anais do XXXIV Concurso de Teses e Dissertações da SBC (CTD-SBC 2021)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1