Activities

ELC Autumn School 2016

Date 20th-22nd September, 2016
Place Shonan Village
  • Online Learning: robustness and adaptivity
    Wouter Koolen (Centrum Wiskunde & Informatica, Netherland)
  • What is the error of the statistical learning? -failure and its remedy in deep learning-
    Shinichi Maeda (Kyoto Univ.)
  • Privacy preservation in data analysis: differential privacy and secure multiparty computation
    Jun Sakuma(Univ. of Tsukuba)
  • Submodular function minimization and related problems -Theory and Applications-
    Kiyohito Nagano (FUN)
Program
Sep. 20th [13:30-16:30]
Online Learning: robustness and adaptivity
Slides
Wouter Koolen
(CWI, Netherlands)
[16:30-17:30]
Open problem session
Night Session
Sep. 21st [09:00-12:00]
What is the error of the statistical learning? -failure and its remedy in deep learning-
Slides
Shinichi Maeda
(Kyoto Univ.)
[13:30-16:30]
Privacy preservation in data analysis: differential privacy and secure multiparty computation
Slidea A Slides B Slides C
Jun Sakuma
(Univ. of Tsukuba)
[16:30-17:30]
Open problem session
Night session
Sep. 22nd [09:00-12:00]
Submodular function minimization and related problems -Theory and Applications-
Slides
Kiyohito Nagano
(FUN)
IEICE COMP Tutorial Lecture
Date Dec. 20th-21st, 2013
Place Okinawa Industry Support Center
Links Program
ELC Complexity Theory Intro. Seminar Series
IEICE COMP Tutorial Lecture
Date Mar. 18th, 2013
Place Nagoya Institute of Technology
Links Program
ELC Complexity Theory Intro. Seminar Series
ELC Mini-Workshop(C03)
Date 2012 Dec 17th (Mon) – Dec. 18th (Tu)
Place JR Hakata City
 プログラム
12月17日 10:00 – 10:20 Opening address and some remarks on the mission of Group C03 Eiji Takimoto
(Kyushu Univ.)
10:30 – 12:00 Learning Algorithm and Circuit Lower Bounds [Slides] Kei Uchizawa
(Yamagata Univ.)
14:00 – 15:30 Combinatorial Online Prediction using Offline Approximation Algorithms [Slides] Kohei Hatano
(Kyushu Univ.)
Transportation Distances and their Application in Machine Learning: New Problems [Slides] Marco Cuturi
(Kyoto Univ.)
15:45 – 17:15 Revisiting minimum consistency problem for DFA, and on the maximum number of runs in a string [Slides] Ayumi Shinohara
(Tohoku Univ.)
Distributional Learning of Context-Free Grammars [Slides] Ryo Yoshinaka
(Kyoto Univ.)
17:30 – 18:15 Output Patterns of Logic Circuits [Slides] Kei Uchizawa
(Yamagata Univ.)
12月18日 10:00 – 11:30 Learning Unordered Tree Contraction Patterns in Polynomial Time [Slides] Takayoshi Shodai
(Kyushu Univ.)
Loss Minimization of Power Distribution Networks with Binary Decision [Slides] Koji Tsuda
(Aist)
11:30 – 12:00 Free discussion

Abstracts

[Tutorial] Title: Learning Algorithm and Circuit Lower Bounds

Speaker: Kei Uchizawa (Yamagata University)

Abstract: In this talk, we mainly survey the following two papers concerning a relationship between learning algorithms and circuit lower bounds:
(1) Efficient Learning Algorithms Yield Circuit Lower Bounds, Journal of Computer and System Sciences, 75, 27-36, 2009.
(2) Learning DNFs and Circuits using Teaching Assistants, In Proceedings of COCOON 2004, 188-197, 2004.
We then discuss future work and open problems along a line of research given by the paper (2). (1h30min)

Title: Output Patterns of Logic Circuits

Speaker: Kei Uchizawa (Yamagata University)

Abstract: Consider any combinatorial circuit C of logic gates. We define an output pattern of C for a circuit input x as a vector of the outputs of the gates in C for x, and say that C has a number p of output patterns if different p output patterns arise in C for the circuit inputs. In this talk, we observe that the number of output patterns are strongly related to another major complexity measure, size (i.e., the number of gates), and then present some lower bounds on the number of output patterns. We also give some dichotomy result on a problem of counting output patterns of a simple logic circuit. (45min)

Title: Distributional Learning of Context-Free Grammars

Speaker: Ryo Yoshinaka (Kyoto University)

Abstract: In Grammatical Inference, intensive research on the learning of regular languages has achieved a plenty of positive results so far. It had been thought to be quite a hard task to learn a considerably rich class of languages that handle context-free structures. In these years, a new line of research on the learning of context-free languages, called “distributional learning”, has been proposed and has produced several fruitful results. Distributional learning algorithms model and exploit the distribution of substrings in grammatical sentences. This talk summarizes different approaches of distributional learning and presents some open problems on the efficiency of the learning algorithms. (45min)

Title: Learning Unordered Tree Contraction Patterns in Polynomial Time

Speaker: Takayoshi Shoudai (Kyushu University)

Abstract: We present a concept of edge contraction-based tree-structured patterns as a graph pattern suited to represent tree-structured data. A tree contraction pattern (TC-pattern) is an unordered tree-structured pattern common to a given tree-structured data, which is obtained by merging every uncommon connected substructure into one vertex by edge contraction. In this talk, in order to establish an algorithmic foundation for the discovery of knowledge from tree-structured data, we show that TC patterns are learnable in polynomial time. (45min)

Title: Revisiting minimum consistency problem for DFA, and on the maximum number of runs in a string.

Speaker: Ayumi Shinohara (Tohoku University)

Abstract: We discuss two topics. The first one is motivated by a simple puzzle game which we own created, and we are interested in the computational complexity to solve it. It is NP-hard in general, since it contains the minimum consistency problem for deterministic finite automata (MinCons(DFA)) as a special case. MinCons(DFA) is well-known to be NP-hard and hard to approximate. We are trying to analyze the complexity for a special case, which is also related to the problem of inferring graphs from walks. The second topic is concerning with the combinatorial properties of maximal repetitions (runs) in strings. We show a new lower bound of maximal sum of exponents of runs in a string. (45min)

Title: Combinatorial Online Prediction using Offline Approximation Algorithms

Speaker: Kohei Hatano (Kyushu University)

Abstract: We consider online prediction problems of combinatorial concepts. Examples of such concepts include shortest pathes, permutations, assignments, covers, and so on. The goal of the online prediction algorithm is to compete with the best fixed combinatorial concept in hindsight. A generic approach to this problem is to design an “offline-online converter”, i.e., an online prediction algorithm using the corresponding offline (approximation) algorithm as an oracle. The current state-of-the art converter, however, is not efficient enough. In this talk, we will discuss approaches to construct more efficient offline-online converters. (45min)

Title: Transportation Distances and their Application in Machine Learning: New Problems

Speaker: Marco Cuturi (Kyoto University)

Abstract: I will present in this talk two new research topics related to the optimal transportation distance (also known as Earth Mover’s or Wasserstein) and its application in machine learning to compare histograms of features. I discuss first the ground metric learning problem, which is the problem of tuning automatically the parameters of transportation distances using labeled histogram data. After providing some reminders on optimal transportation, I will argue that learning transportation distances is akin to learning an L1 distance on the simplex, namely a distance with polyhedral level sets, and I will draw some parallels with Mahalanobis distances, the L2 distance and elliptic level sets. I will then introduce our algorithm (arXiv:1110.2306) and more recent extensions. In the second part of my talk, I address the fact that transportation distances are not Hilbertian by showing that they can be cast as positive definite kernels through the “generating function trick”. We prove that the trick, which uses the generating function of the transportation polytope to define a similarity – rather than focusing exclusively on the optimal transport to define a distance – leads to a positive definite kernel between histograms (arXiv:1209.2655). (45min)

Title: Loss Minimization of Power Distribution Networks with Binary Decision Diagrams

Speaker: Koji Tsuda (Aist)

Abstract: Determining loss minimum configuration in a distribution network is a hard discrete optimization problem involving many variables. Since more and more dispersed generators are installed on the demand side of power systems and they are reconfigured frequently, developing automatic approaches is indispensable for effectively managing a large-scale distribution network. Existing fast methods employ local updates that gradually improve the loss to solve such an optimization problem. However, they finally get stuck at local minima, resulting in arbitrarily poor results. In contrast, this paper presents a novel optimization method that provides an error bound on the solution quality. Thus, the obtained solution quality can be evaluated in comparison to the global optimal solution. Instead of using local updates, we construct a highly compressed search space using a binary decision diagram and reduce the optimization problem to a shortest path-finding problem. Our method was shown to be not only accurate but also remarkably efficient; Optimization of a large-scale model network with 468 switches was solved in three hours with 1.56% relative error bound. (45min)

ELC Workshop on Polyhedral Approaches: Extension complexity and pivoting lower bounds

(organized by ELC B01,B02)

Please check http://cgm.cs.mcgill.ca/~avis/Kyoto/workshop/workshop.html

June 14-19, Kyoto
Please register at https://www.al.ics.saitama-u.ac.jp/elc/reg/2013_wpa/

There have been some exciting new lower bound results related to LP pivoting and extension complexity for integer programs, which are of direct relevance to the ELC project. Progress is swift at the moment and there are many interesting open problems.

The format of the workshop will be a three day meeting June 14-16 “Bellairs style”(see below) at the guest house Community Sagano in Arashiyama. All participants are expected to stay on-site. The meeting will then move to the Clock tower at Yoshida campus of Kyoto university for June 17-19. A detailed schedule will be prepared at the meeting.

By ‘Bellairs style’ is meant a workshop which is focused on trying to solve, or at least make progress on, a fairly narrowly defined set of problems. There are relatively few talks, and certainly no pressure to give one. The main point is to be present and actively participate in the discussions. Due to the nature of the meeting, the number of participants is limited to about 25 people. Confirmed overseas participants are:

D. Bremner, B. Cook, K. Fukuda, V.Kaibel, K. Pashkovich, S. Polutta and H. Tiwary

David Avis (avis@i.kyoto-u.ac.jp) Naoki Katoh (naoki@archi.kyoto-u.ac.jp)

IEICE COMP Tutorial Lecture
Date Mar. 18th, 2013
Place Gifu University
Links Program
ELC Complexity Theory Intro. Seminar Series: Algorithmic Approaches to Lower Bounds of Computational Complexity  (PPT) / (PDF)
IEICE COMP Tutorial Lecture
To the page top