惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
H
Help Net Security
V
Visual Studio Blog
G
Google Developers Blog
Blog — PlanetScale
Blog — PlanetScale
Last Week in AI
Last Week in AI
C
Check Point Blog
D
Docker
M
MIT News - Artificial intelligence
P
Proofpoint News Feed
博客园 - 叶小钗
博客园 - 聂微东
The Cloudflare Blog
云风的 BLOG
云风的 BLOG
Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
MyScale Blog
MyScale Blog
WordPress大学
WordPress大学
Engineering at Meta
Engineering at Meta
腾讯CDC
S
SegmentFault 最新的问题
博客园 - 【当耐特】

明明如月成长笔记

个人数据的开源备份:从明清档案之殇想到的 简体字的双重优势:打字效率与扫盲成效全解析 四小时深圳书城奇遇:那些藏在书架间的偶然与必然 正式把我的笔记系统迁移到 Obsidian,为了和 AI 配合 Gemini CLI 登录踩坑记录:GOOGLE_CLOUD_PROJECT_ID 的坑与解法 在 MacOS 上,成功恢复存储卡上被误删的照片 AI CLI 工具:Claude Code, Codex, Gemini CLI, Qwen code, CodeBuddy cli, cursor-agent 我的常用命令 港漂日记62:父亲节独自带娃,室内游戏、香港公园探展、观鸟、品味米其林餐厅 南航随心飞机票爬虫解密 acw_sc__v2 港漂日记61:香港私立诊所首诊:商业医保如何改变我的就医体验? 香港历史博物馆:看秦始皇兵马俑,还能和孔子比身高? 港漂日记59:母亲节礼物!AI 涂色小技巧,让孩子的爱跃然纸上 港漂日记60:西营盘网红旧书店 Book & Go 淘书记 港漂日记58:萌娃中环学体操,课后老师狂点赞 五一游记D4:深圳笔架山儿童乐园,邂逅无人机送外卖 我的400篇博客都写了些什么 珊瑚海兔四岁啦 港漂日记D159:亲子同乐日:一场精彩的幼儿园嘉年华 蛇年春节自驾D10:东莞-深圳-香港 DeepSeek教我如何收拾行李箱 福田取逗留签 回港新方式 蛇年春节自驾D9:江门-顺德-东莞 中国侨都华侨华人博物馆 东莞迎宾馆 蛇年春节自驾D8:茂名-开平-江门 挥春作业 粤西堵车 开平碉楼 迎财神 茂名博物馆参观记 蛇年春节自驾D7:茂名 中国第一摊 茂名博物馆 亚朵酒店 蛇年春节自驾D6:南宁-茂名 发财树 青秀山 路途亲子游戏 蛇年春节自驾D5:南宁过大年 醒狮贺岁 三街两巷 特色美食 骑行穿城 琅西夜市 打铁花 新春好!我用DeepSeek写祝福,顺便送你三款红包封面 蛇年春节自驾D4:钦州-南宁 钦州老街,万丽年夜饭 蛇年春节自驾D3:海陵岛-钦州 绝美悬崖餐厅,海景房租赁行情 明明如月成长笔记2024年公众号创作回顾(含免费红包封面🧧) 蛇年春节自驾D2:深圳-阳江-海陵岛
Talk given by Prof. Heather Zheng: Network Design for Big...
lmm333 · 2012-12-06 · via 明明如月成长笔记

MSRA平时的talk和seminars非常多,之前听了若干,但回来之后都没怎么整理,全废了T_T

以后争取每次都能整理下,加深印象。虽然我的笔记质量不高,只有自己能看懂~

————————————我是分割线——————————

Talk: Network Design for Big-Data
Speaker: Prof. Heather Zheng, U. C. Santa Barbara.
Time: 11:00AM, December 6, Thursday
Venue: Demo Room (14366, 14F)
讲座两个部分,第一部分是用flexible wireless进行data center通信建设;第二部分是scalable social network analysis 社交网络计算。

traffic hotspots

  1. unpredictable
  2. double fee

Wireless links-flexible

challenge #1 Link Blockage

3D Beamforming,这里有个图:

  1. 用天花板Reflector进行反射
  2. 接收器下面用Absorberx吸收信号,防止再反射

challenge #2 Interference Footprint

challenge #3 Robustness ti Alignment Error

concurrency

总结:

因为我不懂无线传感网络方面的知识,所以这个talk的细节不是太懂,不过用天花板反射倒是理解了,很巧妙的思路~

————————————我是分割线——————————

Part2.enable scalable graph processing for today’s massive online social networks

distance ranked social

rank search result based on social distance

Key Limition Today:Scale

A drastically different alternative

  1. O(1) query time
  2. Parallelize

Graph embedding

Approach for Embedding

require:

  1. BFS
  2. converge quickly
  3. optimize accuracy

shortest path search

说了一个算法,说得太快,没听清T_T
Rigel 12倍于 Sketch Tree

总结

具体算法没听懂,但我知道了这个东西:
1. 社交网络对人名的搜索可以借助预处理来给出一个很好的结果,比尔搜索Bob,可以找到你可能认识的Bob,而人人网找人搜索很烂,几乎不能按好友数排序。
1. 社交网络计算量很大,有很多算法值得探究~
1. 做社交网络不容易,人人的研发能力不足以提供完美的服务

————————————我是分割线——————————

附:

Abstract:

The arrival of big-data applications has created significant challenges to network design. For example, batched data processing jobs are straining network capacity in data center networks, causing unexpected outages and service downtimes, while social network companies struggle to manage millions of users and billions of user events and queries in real time. In both cases, network architects must find new, novel ways to support traffic/service demands that display complex structure and vary significantly with time.
In this talk, I will discuss two of our recent works on big-data.

  1. First, I will talk about challenges in dealing with dynamic traffic hotspots in data centers, and our solution using flexible wireless interconnects to augment wired connections. We propose 3D beamforming 60GHz links that leverage ceiling reflection to overcome key challenges in deploying wireless links, creating parallel wireless links connecting any racks at wired data rates.
  2. Next, I will discuss our effort to enable scalable graph processing for today’s massive online social networks. We propose graph coordinate systems, a new approach that accurately approximates node distances in constant time by embedding graphs into coordinate spaces. Our design not only provides accurate results for massive graphs (43 million nodes), but also is naturally parallelizable across computer clusters. It answers node-distance queries in 10’s of microsecond, and produces shortest path results up to 18 times faster than prior solutions with similar accuracy.
  3. Finally, I will conclude with a brief summary of other ongoing projects.

Bio:

Haitao (Heather) Zheng is currently an Associate Professor at the Computer Science department, U. C. Santa Barbara. She completed her M.S. and Ph.D. degrees in Electrical and Computer Engineering at Univ. of Maryland, College Park (1998, 1999) and her B. S. degree from Xi’an Jiaotong University (gifted class). She is a recipient of the MIT Technology Review’s TR-35 Award (Young Innovators Under 35) and the World Technology Network Fellow Award. Her work has been covered by media outlets such as New York Times, Boston Globe, MIT Technology Review, and Computer World. Her work on cognitive radios was named as the top-10 Emerging Technologies by MIT Technology Review in 2006. Her research spans areas of wireless networking, distributed systems, economics, data-intensive computing, and social networks.