Re: [Nmlrg] Call for Agenda NMLRG @IETF94, Yokohama
"Liubing (Leo)" <leo.liubing@huawei.com> Tue, 13 October 2015 02:38 UTC
Return-Path: <leo.liubing@huawei.com>
X-Original-To: nmlrg@ietfa.amsl.com
Delivered-To: nmlrg@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1])
by ietfa.amsl.com (Postfix) with ESMTP id 54A891B2F3C
for <nmlrg@ietfa.amsl.com>; Mon, 12 Oct 2015 19:38:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.911
X-Spam-Level:
X-Spam-Status: No, score=-3.911 tagged_above=-999 required=5
tests=[BAYES_00=-1.9, MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_MED=-2.3,
SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44])
by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id Mt5PATXz-Ldq for <nmlrg@ietfa.amsl.com>;
Mon, 12 Oct 2015 19:38:33 -0700 (PDT)
Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [58.251.152.64])
(using TLSv1 with cipher RC4-SHA (128/128 bits))
(No client certificate requested)
by ietfa.amsl.com (Postfix) with ESMTPS id B94721B2F46
for <nmlrg@irtf.org>; Mon, 12 Oct 2015 19:38:32 -0700 (PDT)
Received: from 172.24.1.51 (EHLO nkgeml406-hub.china.huawei.com)
([172.24.1.51])
by szxrg01-dlp.huawei.com (MOS 4.3.7-GA FastPath queued)
with ESMTP id CWQ11290; Tue, 13 Oct 2015 10:38:18 +0800 (CST)
Received: from NKGEML506-MBX.china.huawei.com ([169.254.3.20]) by
nkgeml406-hub.china.huawei.com ([10.98.56.37]) with mapi id 14.03.0235.001;
Tue, 13 Oct 2015 10:38:15 +0800
From: "Liubing (Leo)" <leo.liubing@huawei.com>
To: =?iso-8859-1?Q?J=E9r=F4me_Fran=E7ois?= <jerome.francois@inria.fr>,
"nmlrg@irtf.org" <nmlrg@irtf.org>
Thread-Topic: [Nmlrg] Call for Agenda NMLRG @IETF94, Yokohama
Thread-Index: AdEBeV8HnWkWaPm6RdGRy6P6iUklwwDbxNyAABv/y1A=
Date: Tue, 13 Oct 2015 02:38:15 +0000
Message-ID: <8AE0F17B87264D4CAC7DE0AA6C406F45C230D292@nkgeml506-mbx.china.huawei.com>
References: <5D36713D8A4E7348A7E10DF7437A4B927BBB3FF0@nkgeml512-mbx.china.huawei.com>
<561C1629.40304@inria.fr>
In-Reply-To: <561C1629.40304@inria.fr>
Accept-Language: en-US, zh-CN
Content-Language: zh-CN
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [10.111.98.117]
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-CFilter-Loop: Reflected
Archived-At: <http://mailarchive.ietf.org/arch/msg/nmlrg/FjgJ7cXCjM4e6wrchHn-0z56Fdk>
Subject: Re: [Nmlrg] Call for Agenda NMLRG @IETF94, Yokohama
X-BeenThere: nmlrg@irtf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Network Machine Learning Research Group <nmlrg.irtf.org>
List-Unsubscribe: <https://www.irtf.org/mailman/options/nmlrg>,
<mailto:nmlrg-request@irtf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/nmlrg/>
List-Post: <mailto:nmlrg@irtf.org>
List-Help: <mailto:nmlrg-request@irtf.org?subject=help>
List-Subscribe: <https://www.irtf.org/mailman/listinfo/nmlrg>,
<mailto:nmlrg-request@irtf.org?subject=subscribe>
X-List-Received-Date: Tue, 13 Oct 2015 02:38:36 -0000
Hi Jerome, I feel the topic interesting and should be valuable for discussion. Please find some specific comments inline. > -----Original Message----- > From: nmlrg [mailto:nmlrg-bounces@irtf.org] On Behalf Of Jér?me Fran?ois > Sent: Tuesday, October 13, 2015 4:21 AM > To: nmlrg@irtf.org > Subject: Re: [Nmlrg] Call for Agenda NMLRG @IETF94, Yokohama > > Hi all, > > I recently introduced a fingerprinting use case on the ML that I could present > but I was wondering if it would not better to present something about > heterogenous data aggregation. > > We actually build a method to aggregate multi-dimensional data within a > single tree structure without assuming any order between dimensions and > with variable granularity. [Bing] I guess most of the raw data is more or less mix-dimensional. Orthogonal data should be a fine-tuned result most of the time. So, I guess your aggregation method should be common in some degree, that not only applied to your fingerprinting use case? > It is a kind of mix between k-dimensional tree and density-based clustering. > For example, we applied it to DNS answers > aggregating both domain names and IP address in a single data structure to > be analyzed rather than an individual record inspection to first identify time > period where some divergent behavior appears. [Bing] This sounds interesting. An naive question: can this algorithm be applied to network traffic N-tuples analysis, and is there any limitation to the number of "N"? > I know that it is not ML itself but we used it is fully in the scope of data > representation and pre-processing of ML. [Bing] Pre-processing might not be the key factor in ML theory/methodology perspective; but it is curtail in ML engineering perspective. So I'd like to hear it in your presentation. Best regards, Bing > So, would that topic be interesting for NMLRG participants? > > Best regards, > jerome > > Le 08/10/2015 05:28, Sheng Jiang a écrit : > > Hi, all, > > > > We have been assigned one session of 2.5 hour for the proposed NMLRG > > (Network Machine Learning Research Group) meeting for > > IETF-94 (Yokohama) and are starting to collect agenda items for this > > session. > > > > The proposed NML RG is still in the very initial stage. So, we have > > very open scope. We do not restrict the topics. The only threshold is > > it should be relevant to network or network devices, using Machine > Learning. > > > > Please send us (jiangsheng@huawei.com, brian.e.carpenter@gmail.com) > > requests for sessions and include: > > > > Name of time slot: > > Name of topic(s): > > Time requested: > > Presenter name(s): > > Brief description of the topic: > > > > More details about the Yokohama IETF can be found at > > http://www.ietf.org/meeting/94/index.html. > > > > Also, presenters please invoke discussions in the NMLRG list. We have > > limited time in the face-to-face meeting. Mail list is a good place to > > propagate and discuss the topics. > > > > Best regards, > > > > Brian & Sheng > > _______________________________________________ > > nmlrg mailing list > > nmlrg@irtf.org > > https://www.irtf.org/mailman/listinfo/nmlrg > > _______________________________________________ > nmlrg mailing list > nmlrg@irtf.org > https://www.irtf.org/mailman/listinfo/nmlrg
- [Nmlrg] Call for Agenda NMLRG @IETF94, Yokohama Sheng Jiang
- Re: [Nmlrg] Call for Agenda NMLRG @IETF94, Yokoha… Jérôme François
- Re: [Nmlrg] Call for Agenda NMLRG @IETF94, Yokoha… Liubing (Leo)
- Re: [Nmlrg] Call for Agenda NMLRG @IETF94, Yokoha… stephane.senecal
- Re: [Nmlrg] Call for Agenda NMLRG @IETF94, Yokoha… Jérôme François
- Re: [Nmlrg] Call for Agenda NMLRG @IETF94, Yokoha… Jérôme François
- Re: [Nmlrg] Call for Agenda NMLRG @IETF94, Yokoha… Brian E Carpenter
- Re: [Nmlrg] Call for Agenda NMLRG @IETF94, Yokoha… Sheng Jiang
- Re: [Nmlrg] Call for Agenda NMLRG @IETF94, Yokoha… Eggert, Lars
- Re: [Nmlrg] Call for Agenda NMLRG @IETF94, Yokoha… stephane.senecal
- Re: [Nmlrg] Call for Agenda NMLRG @IETF94, Yokoha… Jérôme François
- Re: [Nmlrg] Call for Agenda NMLRG @IETF94, Yokoha… stephane.senecal