Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
SYSTEMS, METHODS, AND MEDIA FOR GENERATING VISUALIZATION OF PHYSICAL ENVIRONMENT IN ARTIFICIAL REALITY
Document Type and Number:
WIPO Patent Application WO/2024/081260
Kind Code:
A1
Abstract:
In one embodiment, a method by a computing system comprising a color camera and two monochrome cameras respectively associated with two eyes of a user includes computing a point cloud corresponding to a visible environment based at least on two stereoscopic grayscale images respectively captured by the two monochrome cameras, generating a mesh corresponding to the visible environment based on the computed point cloud, and generating two stereoscopic colorized images to be respectively displayed to the two eyes of the user, where each of the two stereoscopic colorized images is generated using (1) the mesh, (2) luminance information from one of the two stereoscopic grayscale images that is associated with the eye to which the stereoscopic colorized image is to be displayed, and (3) color information from a color input image captured by the color camera.

Inventors:
OBERLÄNDER JAN (US)
CABRAL RICARDO DA SILVEIRA (US)
FUNGALE PAUL TIMOTHY (US)
CHAURASIA GAURAV (US)
Application Number:
PCT/US2023/034854
Publication Date:
April 18, 2024
Filing Date:
October 10, 2023
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
META PLATFORMS TECH LLC (US)
International Classes:
H04N13/239; G06T7/593; H04N13/243; H04N13/25; H04N13/254; H04N13/257; H04N13/271; H04N13/344
Attorney, Agent or Firm:
COLBY, Steven et al. (US)
Download PDF:
Claims:
CLAIMS

What is claimed is:

1. A computing system comprising: a color camera; two monochrome cameras respectively associated with two eyes of a user; one or more processors; and one or more computer-readable non-transitory storage media coupled to one or more of the processors and comprising instructions operable when executed by one or more of the processors to cause the computing system to: compute a point cloud corresponding to a visible environment based at least on two stereoscopic grayscale images respectively captured by the two monochrome cameras; generate a mesh corresponding to the visible environment based on the computed point cloud; and generate two stereoscopic colorized images to be respectively displayed to the two eyes of the user, wherein each of the two stereoscopic colorized images is generated using (1) the mesh, (2) luminance information from one of the two stereoscopic grayscale images that is associated with the eye to which the stereoscopic colorized image is to be displayed, and (3) color information from a color input image captured by the color camera.

2. The computing system of Claim 1 , further comprising two displays, wherein the processors are further operable when executing instructions to: present each of the two stereoscopic colorized images to a corresponding display among the two displays.

3. The computing system of Claim 1, where rendering each vertex in the mesh for generating each of the two stereoscopic colorized images comprises: identifying a first corresponding pixel in the corresponding grayscale image by performing a raycasting from the vertex into a corresponding monochrome camera that captures the corresponding grayscale image; identifying a second corresponding pixel in the color input image by performing a ray casting from the vertex into the color camera; converting first RGB values associated with the second corresponding pixel into second color information in a second color space, wherein a luminance level indicator is separated from one or more chrominance information indicators in the second color space; replacing the luminance level indicator in the second color information with a value corresponding to a luminance level associated with the first corresponding pixel; converting the second color information into second RGB values; and rendering the vertex with the second RGB values.

4. The computing system of Claim 3, wherein the second color space is a CIELAB color space.

5. The computing system of Claim 1, wherein the processors are further operable when executing instructions to: subsampling points in the point cloud to reduce a number of points in the point cloud, wherein a first sampling rate corresponding to a first area may be higher than a second sampling rate corresponding to a second area when the first area has higher gradients than the second area in the two stereoscopic grayscale images.

6. The computing system of Claim 1, wherein the processors are further operable when executing instructions to: filtering a point in the point cloud with an estimated likelihood of being a non-noise point is lower than a threshold likelihood associated with a location of the point.

7. The computing system of Claim 6, wherein a first threshold likelihood associated with a first location of the point cloud is lower than a second threshold likelihood associated with a second location when the first location is within a first threshold distance from the two monochrome cameras and the second location is beyond the first threshold distance from the two monochrome cameras.

8. The computing system of Claim 6, wherein the estimated likelihood for the point of being a non-noise point is estimated based on a number of consecutive observations of the point in a predetermined number of preceding frames, and wherein the threshold likelihood associated with the location is represented by a minimum number of consecutive observations of the point in the predetermined number of preceding frames.

9. The computing system of Claim 1, wherein generating the mesh comprises: initializing the mesh corresponding to the point cloud as a flat mesh at a pre-determined distance from the two monochrome cameras; for each point in the point cloud: identifying a vertex of the mesh corresponding to the point; warp the identified vertex to a location of the point in the point cloud; determining that the point in the point cloud is within a second threshold distance; and warp, in response to the determination that the point in the point cloud is within the second threshold distance, k vertices nearest to the identified vertex to the location of the point, wherein k is a pre-determined positive integer.

10. The computing system of Claim 1, further comprising a structured light projector that projects an infrared (IR) pattern at a configured frequency, wherein the two monochrome cameras are synchronized with the structured light projector so that the two monochrome cameras capture IR monochrome images containing reflections of the projected IR pattern at the configured frequency, wherein each of the two monochrome cameras captures j non-IR monochrome images containing no projected IR pattern reflection between two consecutive IR image captures, and wherein j is a pre-configured positive integer.

11. The computing system of Claim 10, wherein computing the point cloud is further based on the reflections of the projected IR pattern in the IR monochrome images captured by the two monochrome cameras.

12. A method comprising, by a computing system comprising a color camera and two monochrome cameras respectively associated with two eyes of a user: computing a point cloud corresponding to a visible environment based at least on two stereoscopic grayscale images respectively captured by the two monochrome cameras; generating a mesh corresponding to the visible environment based on the computed point cloud; and generating two stereoscopic colorized images to be respectively displayed to the two eyes of the user, wherein each of the two stereoscopic colorized images is generated using (1) the mesh, (2) luminance information from one of the two stereoscopic grayscale images that is associated with the eye to which the stereoscopic colorized image is to be displayed, and (3) color information from a color input image captured by the color camera.

13. The method of Claim 12, wherein the computing system further comprises two displays, further comprising: present each of the two stereoscopic colorized images to a corresponding display among the two displays.

14. The method of Claim 12, where rendering each vertex in the mesh for generating each of the two stereoscopic colorized images comprises: identifying a first corresponding pixel in the corresponding grayscale image by performing a ray casting from the vertex into a corresponding monochrome camera that captures the corresponding grayscale image; identifying a second corresponding pixel in the color input image by performing a ray casting from the vertex into the color camera; converting first RGB values associated with the second corresponding pixel into second color information in a second color space, wherein a luminance level indicator is separated from one or more chrominance information indicators in the second color space; replacing the luminance level indicator in the second color information with a value corresponding to a luminance level associated with the first corresponding pixel; converting the second color information into second RGB values; and rendering the vertex with the second RGB values.

15. The method of Claim 14, wherein the second color space is a CIELAB color space.

16. The method of Claim 12. further comprising: subsampling points in the point cloud to reduce a number of points in the point cloud, wherein a first sampling rate corresponding to a first area may be higher than a second sampling rate corresponding to a second area when the first area has higher gradients than the second area in the two stereoscopic grayscale images.

17. The method of Claim 12, further comprising: filtering a point in the point cloud with an estimated likelihood of being a non-noise point is lower than a threshold likelihood associated with a location of the point.

18. The method of Claim 17. wherein a first threshold likelihood associated with a first location of the point cloud is lower than a second threshold likelihood associated with a second location when the first location is within a first threshold distance from the two monochrome cameras and the second location is beyond the first threshold distance from the two monochrome cameras.

19. The method of Claim 17, wherein the estimated likelihood for the point of being anon-noise point is estimated based on a number of consecutive observations of the point in a predetermined number of preceding frames, and wherein the threshold likelihood associated with the location is represented by a minimum number of consecutive observations of the point in the predetermined number of preceding frames.

20. One or more computer-readable non-transitory storage media embodying software that is operable when executed to, by a computing system comprising a color camera and two monochrome cameras respectively associated with two eyes of a user: compute a point cloud corresponding to a visible environment based at least on two stereoscopic grayscale images respectively captured by the two monochrome cameras; generate a mesh corresponding to the visible environment based on the computed point cloud; and generate two stereoscopic colorized images to be respectively displayed to the two eyes of the user, wherein each of the two stereoscopic colorized images is generated using (1) the mesh, (2) luminance information from one of the two stereoscopic grayscale images that is associated with the eye to which the stereoscopic colorized image is to be displayed, and (3) color information from a color input image captured by the color camera.

Description:
SYSTEMS, METHODS, AND MEDIA FOR GENERATING VISUALIZATION OF PHYSICAL ENVIRONMENT IN ARTIFICIAL REALITY

PRIORITY

[0001] This application claims the benefit under 35 U.S.C. § 119(e) of U.S. Provisional Patent Application No. 63/378949, filed 10 October 2022, which is incorporated herein by reference.

TECHNICAL FIELD

[0002] This disclosure generally relates to computer graphics and 3D reconstruction techniques.

BACKGROUND

[0003] Artificial reality is a form of reality that has been adjusted in some manner before presentation to a user, which may include, e.g., a virtual reality (VR), an augmented reality (AR), a mixed reality (MR), a hybrid reality, or some combination and/or derivatives thereof. Artificial reality content may include completely generated content or generated content combined with captured content (e.g., real-world photographs). The artificial reality content may include video, audio, haptic feedback, or some combination thereof, any of which may be presented in a single channel or in multiple channels (such as stereo video that produces a three- dimensional effect to the viewer). Artificial reality may be associated with applications, products, accessories, services, or some combination thereof, that are, e.g., used to create content in artificial reality and/or used in (e.g., perform activities in) an artificial reality.

[0004] Artificial reality systems that provide artificial reality content may be implemented on various platforms, including a head-mounted device (HMD) connected to a host computer system, a standalone HMD, a mobile device or computing system, or any other hardware platform capable of providing artificial reality content to one or more viewers. When a user is wearing an HMD, the user’s vision of the physical environment is occluded by the physical structure of the HMD. For example, the displays of the HMD could be positioned directly in front of and in close proximity to the user’s eyes. Thus, whenever the user needs to see the user's physical surroundings, the user would need to remove the HMD. Even if the removal of the HMD is temporary, doing so is inconvenient and disruptive to the user experience.

SUMMARY OF PARTICULAR EMBODIMENTS

[0005] “Passthrough” is a feature that allows a user wearing an HMD to see the user’s physical surroundings by displaying visual information captured by the HMD’s front-facing cameras. Simply displaying the captured images would not work as intended, however. Since the locations of the cameras do not coincide with the locations of the user’s eyes, the images captured by the cameras do not accurately reflect the user’s perspective. In addition, since the images have no depth, simply displaying the images would not provide the user with proper parallax effects if the user were to shift away from where the images were taken. Incorrect parallax, coupled with user motion, could lead to motion sickness. Thus, to generate correct parallax, particular embodiments of the passthrough feature extracts information about the environment from the captured images (e.g., depth information), use the information to generate a 3D model (a geometric scene representation) of the environment, and reconstruct a scene of the modeled environment from the user’s current viewpoint.

[0006] Photon-to-visuals latency is another issue addressed by the passthrough feature. The delay between a photon hitting the camera and its appearing on the screen (as part of the captured image) determines the visual comfort of interacting in a dynamic world. Particular embodiments of the passthrough feature overcome this issue by updating the 3D model representation of the environment based on images captured at a sufficiently high rate (e.g., at 30 Hz, 60 Hz, etc.) and rendering images based on the latest known head pose of the user.

[0007] To satisfy performance requirements and system constraints (e.g., power, processing, memory, thermal budgets), existing passthrough systems may use monochrome cameras to capture the user’s surrounding in grayscale. However, the resulting passthrough experience is also in grayscale, which is not an ideal user experience.

[0008] In particular embodiments, a computing system may generate colorized stereoscopic passthrough images based on stereoscopic monochrome images and a color input image. Current designs of artificial reality (e.g., AR/VR) devices may include image sensors (e.g., cameras) with only monochrome cameras to enable features such as, headset tracking, depth detection, monochrome passthrough, and the like. However, to improve upon the user experience, a user may desire color passthrough to enable the user to see images that more closely resemble the real world. The cost of replacing current image sensors that have monochrome cameras with color cameras may be cost-prohibitive. Current algorithms (e.g., headset tracking, depth detection, etc.) may also rely on data received from monochrome cameras. To enable colorized stereoscopic passthrough, a computing system disclosed herein may comprise two monochrome cameras and a color camera. Each monochrome camera may correspond to an eye. The computing system may compute a point cloud corresponding to a visible environment based at least on two stereoscopic grayscale images each captured by a corresponding monochrome camera among the two monochrome cameras. In particular embodiments, the computing system may further comprise a structured light projector that projects an infrared (IR) pattern at a configured frequency. The two monochrome cameras may be synchronized with the structured light projector so that the two monochrome cameras capture IR monochrome images containing reflections of the projected IR pattern at the configured frequency. Between two consecutive monochrome image captures where the structured light projector is active, each of the two monochrome cameras may capture j monochrome images where the projector is inactive and no projected IR pattern reflection is visible, where j is a pre-configured positive integer. The computing system may compute the point cloud further based on the reflections of the projected IR pattern in the IR monochrome images captured by the two monochrome cameras. In particular embodiments, the computing system may subsample points in the point cloud to reduce a number of points in the point cloud. In particular embodiments, a first sampling rate corresponding to a first area may be higher than a second sampling rate corresponding to a second area when the first area has higher gradients than the second area in the two stereoscopic grayscale images. In particular embodiments, the computing system may filter a point in the point cloud with an estimated likelihood of being a non-noise point is lower than a threshold likelihood associated with a location of the point. A first threshold likelihood associated with a first location of the point cloud may be lower than a second threshold likelihood associated with a second location when the first location is within a first threshold distance from the two monochrome cameras and the second location is beyond the first threshold distance from the two monochrome cameras. In particular embodiments, the estimated likelihood for the point of being a non-noise point may be estimated based on a number of consecutive observations of the point in a predetermined number of preceding frames. The threshold likelihood associated with the location may be represented by a minimum number of consecutive observations of the point in the predetermined number of preceding frames.

[0009] In particular embodiments, the computing system may generate a mesh corresponding to the visible environment based on the computed point cloud. In particular embodiments, the computing system may generate a pl urality of meshes corresponding to the visible environment based on the computed point cloud. For example, the computing system may generate a mesh per monochrome camera or per eye. To generate the mesh corresponding to the point cloud, the computing system may initialize the mesh corresponding to the point cloud as a flat mesh at a pre-determined distance from the two monochrome cameras. For each point in the point cloud, the computing system may perform the following steps to generate a three-dimensional mesh whose portion covering nearby objects are expanded. The computing system may identify a vertex of the mesh corresponding to the point. The computing system may warp the identified vertex to a location of the point in the point cloud. The computing system may determine whether the point in the point cloud is within a second threshold distance. When the computing system determines that the point in the point cloud is within the second threshold distance, the computing system may warp k vertices nearest to the identified vertex to the location of the point, where k is a pre-determined positive integer.

[0010] In particular embodiments, the computing system may generate two stereoscopic colorized images to be respectively displayed to the two eyes of the user. Each of the two stereoscopic colorized images may be generated using (1) the mesh, (2) luminance information from one of the two stereoscopic grayscale images that is associated with the eye to which the stereoscopic colorized image is to be displayed, and (3) color information from a color input image captured by the color camera. To render each vertex in the mesh for generating each of the two stereoscopic colorized images, the computing system may identify a first corresponding pixel in the corresponding grayscale image by performing a ray casting from the vertex into a corresponding monochrome camera that captures the corresponding grayscale image. The computing system may also identify a second corresponding pixel in the color input image hyperforming a raycasting from the vertex into the color camera. The computing system may convert first red, green, blue (RGB) values associated with the second corresponding pixel into second color information in a second color space. A luminance level indicator may be separated from one or more color information indicators in the second color space. In particular embodiments, the second color space may be a CIELAB color space, where the luminance level indicator may be orthogonal to the chrominance indicating values. The computing system may replace the luminance level indicator in the second color information with a value corresponding to a luminance level associated with the first corresponding pixel in the corresponding grayscale image. The computing system may convert the second color information into second RGB values. The computing system may render the vertex with the second RGB values.

[0011] In particular embodiments, the computing system may further comprise two displays. The computing system may present each of the two stereoscopic colorized images to a corresponding display among the two displays.

[0012] The embodiments disclosed herein are only- examples, and the scope of this disclosure is not limited to them. Particular embodiments may 7 include all, some, or none of the components, elements, features, functions, operations, or steps of the embodiments disclosed herein. Embodiments according to the invention are in particular disclosed in the attached claims directed to a method, a storage medium, a system, and a computer program product, wherein any feature mentioned in one claim category, e.g., method, can be claimed in another claim category, e.g., system, as well. The dependencies or references back in the attached claims are chosen for formal reasons only. However, any subject matter resulting from a deliberate reference back to any previous claims (in particular multiple dependencies) can be claimed as well, so that any combination of claims and the features thereof are disclosed and can be claimed regardless of the dependencies chosen in the attached claims. The subjectmatter which can be claimed comprises not only the combinations of features as set out in the attached claims but also any other combination of features in the claims, wherein each feature mentioned in the claims can be combined with any other feature or combination of other features in the claims. Furthermore, any of the embodiments and features described or depicted herein can be claimed in a separate claim and/or in any combination with any embodiment or feature described or depicted herein or with any of the features of the attached claims.

BRIEF DESCRIPTION OF THE DRAWINGS

[0013] FIG. 1A illustrates an example artificial reality system worn by a user, in accordance with particular embodiments.

[0014] FIG. IB illustrates an example of a passthrough feature, in accordance with particular embodiments.

[0015] FIG. 2 illustrates an example logical architecture of a computing system for colorized stereoscopic passthrough.

[0016] FIG. 3 illustrates an example diagram for generating colorized stereoscopic passthrough images.

[0017] FIG. 4 illustrates an example method for generating colorized stereoscopic passthrough images based on a two grayscale images and a color image.

[0018] FIG. 5 illustrates an example network environment associated with a VR or socialnetworking system.

[0019] FIG. 6 illustrates an example computer system.

DESCRIPTION OF EXAMPLE EMBODIMENTS

[0020] “Passthrough” is a feature that allows a user wearing an HMD to see the user’s physical surroundings by displaying visual information captured by the HMD’s front-facing cameras. Simply displaying the captured images would not work as intended, however. Since the locations of the cameras do not coincide with the locations of the user’s eyes, the images captured by the cameras do not accurately reflect the user’s perspective. In addition, since the images have no depth, simply displaying the images would not provide the user with proper parallax effects if the user were to shift away from where the images were taken. Incorrect parallax, coupled with user motion, could lead to motion sickness. Thus, to generate correct parallax, particular embodiments of the passthrough feature extracts information about the environment from the captured images (e.g., depth information), use the information to generate a 3D model (a geometric scene representation) of the environment, and reconstruct a scene of the modeled environment from the user’s current viewpoint.

[0021] Photon-to-visuals latency is another issue addressed by the passthrough feature. The delay between a photon hitting the camera and it's appearing on the screen (as part of the captured image) determines the visual comfort of interacting in a dynamic world. Particular embodiments of the passthrough feature overcomes this issue by updating the 3D model representation of the environment based on images captured at a sufficiently high rate (e.g., at 30 Hz, 60 Hz, etc.) and rendering images based on the latest known head pose of the user.

[0022] To satisfy performance requirements and system constraints (e.g., power, processing, memory, thermal budgets), existing passthrough systems may use monochrome cameras to capture the user’s surrounding in grayscale. However, the resulting passthrough experience is also in grayscale, which is not an ideal user experience.

[0023] In particular embodiments, a computing system may generate colorized stereoscopic passthrough images based on stereoscopic monochrome images and a color input image. Current designs of artificial reality (e.g., AR/VR) devices may include image sensors (e.g., cameras) with only monochrome cameras to enable features such as, headset tracking, depth detection, monochrome passthrough, and the like. However, to improve upon the user experience, a user may desire color passthrough to enable the user to see images that more closely resemble the real world. The cost of replacing current image sensors that have monochrome cameras with color cameras may be cost-prohibitive. Current algorithms (e.g., headset tracking, depth detection, etc.) may also rely on data received from monochrome cameras. To enable colorized stereoscopic passthrough, a computing system disclosed herein may comprise two monochrome cameras and a color camera. Each monochrome camera may correspond to an eye.

[0024] FIG. 1A illustrates an example of an artificial reality system 100 worn by a user 102. In particular embodiments, the artificial reality system 100 may comprise a head-mounted device (“HMD”) 104, a controller 106, and a computer 108. The HMD 104 may be worn over the user’ s eyes and provide visual content to the user 102 through internal displays (not shown). The HMD 104 may have two separate internal displays, one for each eye of the user 102. As illustrated in FIG. 1 A, the HMD 104 may completely cover the user's field of view. By being the exclusive provider of visual information to the user 102, the HMD 104 achieves the goal of providing an immersive artificial -reality experience. One consequence of this, however, is that the user 102 would not be able to see the physical environment surrounding him, as the user’s vision is shielded by the HMD 104. As such, the passthrough feature described herein is needed to provide the user with real-time visual information about the user’s physical surroundings. The HMD 104 may comprise several external facing cameras 107A-107C. In particular embodiments, the cameras 107A and 107B may be monochrome cameras while the camera 107C may be a color camera.

[0025] FIG. IB illustrates an example of the passthrough feature. A user 102 may be wearing an HMD 104, immersed within a virtual reality environment. A physical table 150 is in the physical environment surrounding the user 102. However, due to the HMD 104 blocking the vision of the user 102, the user 102 is unable to see the table 150 directly. To help the user perceive his physical surroundings while wearing the HMD 104, the passthrough feature captures information about the physical environment using, for example, the aforementioned external-facing cameras 107A-107C. While the HMD 104 has three external-facing cameras 107A-107C, any combination of the cameras 107A-107C may be used to perform the functions as described herein. As an example and not by way of limitation, cameras 107A-107B may be used to perform one or more functions as described herein. The captured information may then be re-proj ected to the user 102 based on the user’ s viewpoints. In particular embodiments where the HMD 104 has a right display 160A for the user's right eye and a left display 1 0B for the user’s left eye, the system 100 may individually render (1) a re-projected view 150A of the physical environment for the right display 160A based on a viewpoint of the user’s right eye and (2) a re-projected view 150B of the physical environment for the left display 160B based on a viewpoint of the user’s left eye.

[0026] Referring again to FIG. 1A, the HMD 104 may have external -facing cameras, such as the three forward-facing cameras 107A-107C shown in FIG. 1 A. While only three forwardfacing cameras 107A-C are shown, the HMD 104 may have any number of cameras facing any direction (e.g., an upward-facing camera to capture the ceiling or room lighting, a downward- facing camera to capture a portion of the user’s face and/or body, a backward-facing camera to capture a portion of the environment behind the user, and/or an internal camera for capturing the user’s eye gaze for eye-tracking purposes). The external-facing cameras are configured to capture the physical environment around the user and may do so continuously to generate a sequence of frames (e.g., as a video).

[0027] The 3D representation may be generated based on depth measurements of physical objects observed by the cameras 107A and 107B. Depth may be measured in a variety of ways. In particular embodiments, depth may be computed based on stereo images. For example, the cameras 107A and 107B may share an overlapping field of view and be configured to capture images simultaneously. As a result, the same physical object may be captured by the cameras 107A and 107B at the same time. For example, a particular feature of an object may appear at one pixel p.\ in the image captured by camera 107A, and the same feature may appear at another pixel pa in the image captured by camera 107B. As long as the depth measurement system knows that the two pixels correspond to the same feature, it could use triangulation techniques to compute the depth of the observed feature. For example, based on the camera 107A’s position within a 3D space and the pixel location of PA relative to the camera 107A’s field of view, a line could be projected from the camera 107 A and through the pixel pA. A similar line could be projected from the other camera 107B and through the pixel PB. Since both pixels are supposed to correspond to the same physical feature, the two lines should intersect. The two intersecting lines and an imaginary line drawn between the two cameras 107A and 107B form a triangle, which could be used to compute the distance of the observ ed feature from either camera 107A or 107B or a point in space where the observed feature is located.

[0028] In particular embodiments, the pose (e.g., position and orientation) of the HMD 104 within the environment may be needed. For example, in order to render the appropriate display for the user 102 while the user 102 is moving about in a virtual environment, the system 100 would need to determine the user’s position and orientation at any moment. Based on the pose of the HMD, the system 100 may further determine the viewpoint of either of the cameras 107A-107C or either of the user’s eyes. In particular embodiments, the HMD 104 may be equipped with inertial-measurement units (“IMU”). The data generated by the IMU, along with the stereo imagery captured by the external-facing cameras 107A-107B, allow the system 100 to compute the pose of the HMD 104 using, for example, SLAM (simultaneous localization and mapping) or other suitable techniques.

[0029] In particular embodiments, the artificial reality system 100 may further have one or more controllers 106 that enable the user 102 to provide inputs. The controller 106 may communicate with the HMD 104 or a separate computing unit 108 via a wireless or wired connection. The controller 106 may have any number of buttons or other mechanical input mechanisms. In addition, the controller 106 may have an IMU so that the position of the controller 106 may be tracked. The controller 106 may further be tracked based on predetermined patterns on the controller. For example, the controller 106 may have several infrared LEDs or other known observable features that collectively form a predetermined pattern. Using a sensor or camera, the system 100 may be able to capture an image of the predetermined pattern on the controller. Based on the observ ed orientation of those patterns, the system may compute the controller’s position and orientation relative to the sensor or camera.

[0030] The artificial reality system 100 may further include a computer unit 108. The computer unit may be a stand-alone unit that is physically separate from the HMD 104, or it may be integrated with the HMD 104. In embodiments where the computer 108 is a separate unit, it may be communicatively coupled to the HMD 104 via a wireless or wired link. The computer 108 may be a high-performance device, such as a desktop or laptop, or a resourcelimited device, such as a mobile phone. A high-performance device may have a dedicated GPU and a high-capacity or constant power source. A resource-limited device, on the other hand, may not have a GPU and may have limited battery capacity. As such, the algorithms that could be practically used by an artificial reality system 100 depend on the capabilities of its computer unit 108.

[0031] FIG. 2 illustrates an example logical architecture 200 of a computing system for colorized stereoscopic passthrough. The computing system 100 may comprise an RGB camera 210 and two monochrome cameras 220. The computing system 100 may also comprise an image signal processor (ISP) 212 that performs post-processing on the signal output from the RGB camera 210. In particular embodiments, the computing system 100 may further comprise a structured light proj ector 230 that proj ects an infrared (IR) pattern. In particular embodiments, the computing system 100 may comprise displays 270 located close to user’s eyes. The computing system 100 may comprise a sensor service 240, a system service 250 and an MR service 260 with regard to the colorized stereoscopic passthrough. Each service may comprise one or more units that run algorithms. The sensor service 240 may comprise an ISP control unit 241 that controls the ISP 212 and a sensor control unit 243 that controls the RGB camera 210, the monochrome cameras 220, and the structured light projector 230. The system sendee 250 may comprise an RGB camera control unit 251 that controls the RGB camera 210 through the sensor control unit 243. The RGB camera control unit 251 may also receive color image data captured by the RGB camera 210. The system sendee 250 may also comprise a monochrome cameras control unit 253 that controls the monochrome cameras 220 through the sensor control unit 243. The monochrome cameras control unit 253 may also receive grayscale image data captured by the monochrome cameras 220. The system service 250 may also comprise a structured light projector pattern control unit 255 that controls the structured light projector 230 through the sensor control unit 243. The system service may further comprise a depth computation unit 257 that computes a point cloud based on IR and/or non-IR stereoscopic monochrome images captured by the monochrome cameras 220. The system service may further comprise a mesh computation unit 259 that computes a three-dimensional mesh based on the point cloud generated by the depth computation unit 257. The MR service 260 may comprise a passthrough rendering unit 262 that renders colorized stereoscopic passthrough images based on the mesh generated by the mesh computation unit 259 and a color image captured by the RGB camera 210, and stereoscopic grayscale images captured by the monochrome cameras 220. The colorized stereoscopic passthrough images may be presented on the displays 270. Although this disclosure describes a particular logical architecture of a computing system for colorized passthrough, this disclosure contemplates any suitable logical architecture of a computing system for colorized passthrough.

[0032] Passthrough consists of sensitive data, namely camera images, three- dimensional meshes and rendered images. The software architecture guarantees data privacy by the following:

• Hidden from client applications. Sensitive data is generated / consumed within MR service 260 and the system service 250. No API may be available to the client applications to access images, rendered eye-buffers and three- dimensional data. Sensitive data is never made available to the client applications’ memory' space and remains within system services.

• Sensitive data may be generated by cameras / intermediate algorithms and consumed on-the-fly. No data may be persisted on disk.

• Sensitive data may not be sent as telemetry' to servers. Only non-sensitive telemetry' consisting of computation rate, latency, is sent.

[0033] In particular embodiments, a computing system 100 may comprise a color camera 210 and two monochrome cameras 220. Each monochrome camera may correspond to an eye. FIG. 3 illustrates an example diagram for generating colorized stereoscopic passthrough images. The computing system 100 may compute a point cloud corresponding to a visible environment based at least on two stereoscopic grayscale images 312 and 314 each captured by a corresponding monochrome camera among the two monochrome cameras 220. As an example and not by way of limitation, the depth computation unit 257 may generate a point cloud based on stereoscopic monochrome images 312 and 314 captured by the monochrome cameras 220. Capturing rate of the monochrome cameras 220 may be controlled by the monochrome cameras control unit 253. In particular embodiments, the monochrome cameras 220 may capture stereoscopic monochrome images at. e.g., 30 Hz. The depth computation unit 257 may generate a point cloud using a portion of those frames. Another portion of those frames may be used for the passthrough texture by the passthrough rendering unit 262. For example, the portion of frames captured by the monochrome cameras 220 used for point cloud computation (“depth frames’’) may be every odd frame (e.g., 15 Hz), and the portion of frames captured by the monochrome cameras 220 used for passthrough texture (“texture frames”) maybe every even frame (e.g., 15 Hz). Although this disclosure describes computing a point cloud based on stereoscopic grayscale images in a particular manner, this disclosure contemplates computing a point cloud based on stereoscopic grayscale images in any suitable manner.

[0034] In particular embodiments, the computing system 100 may comprise the structured light projector 230 that projects an IR pattern at a frequency configured by the structured light projector pattern control unit 255 through the sensor control unit 243. The sensor control unit 243 may synchronize the two monochrome cameras 220 with the structured light projector 230 so that the two monochrome cameras 220 capture IR monochrome images containing reflections of the projected IR pattern at the configured frequency. Between two consecutive monochrome image captures where the structured light projector is active, each of the two monochrome cameras may capture j monochrome images where the projector is inactive and no projected IR pattern reflection is visible, where j is a pre-configured positive integer. The computing system 100 may compute the point cloud further based on the reflections of the proj ected IR pattern in the IR monochrome images captured by the two monochrome cameras 220. As an example and not by way of limitation, the monochrome cameras 220 may be configured to capture three non-IR image frames between two consecutive IR image frames, where an IR image indicates an image containing the projected IR pattern reflection and a non- IR image indicates an image without the projected IR pattern reflection. The IR image capturing may be synchronized with the projections of the IR pattern. Thus, the IR images may contain the reflection of the projected IR pattern. The depth computation unit 257 may also utilize the IR image frames containing reflections of the IR pattern for computing the point cloud. Although this disclosure describes computing a point cloud further based on IR images containing reflections of the projected IR pattern in a particular manner, this disclosure contemplates computing a point cloud further based on IR images containing reflections of the projected IR pattern in any suitable manner.

[0035] In particular embodiments, the computing system 100 may subsample points in the point cloud to reduce a number of points in the point cloud. In particular embodiments, a first sampling rate corresponding to a first area may be higher than a second sampling rate corresponding to a second area when the first area has higher gradients than the second area in the two stereoscopic grayscale images. As an example and not by way of limitation, after generating the point cloud, the depth computation unit 257 may subsample points from the generated point cloud to reduce the number of points in the point cloud from 30,000 points to between 6,000 and 15,000 points by retaining points in high contrast areas. The high contrast areas may have higher chance to belong to edges. The subsampling may reduce the number of points to a tractable number so that the subsequent step of temporal outlier suppression can be performed within acceptable latency bounds. Although this disclosure describes subsampling points in a point cloud in a particular manner, this disclosure contemplates subsampling points in a point cloud in any suitable manner.

[0036] In particular embodiments, the computing system 100 may filter a point in the point cloud with an estimated likelihood of being a non-noise point is lower than a threshold likelihood associated with a location of the point. In particular embodiments, the likelihood of a point being a non-noise point may be estimated based on temporal consistency in recently preceding frames. The estimated likelihood for the point of being a non-noise point may be determined based on a number of consecutive observations of the point in a predetermined number of preceding frames. When the point has been appeared in the recently preceding frames, the point has a high likelihood of being non-noise. The threshold likelihood associated with the location may be represented by a minimum number of consecutive observations of the point in the predetermined number of preceding frames. In particular embodiments, a first threshold likelihood associated with a first location of the point cloud may be lower than a second threshold likelihood associated with a second location when the first location is within a first threshold distance from the two monochrome cameras and the second location is beyond the first threshold distance from the two monochrome cameras. A nearby object may move faster than another object far from the cameras. Thus, points corresponding to the nearby object may have not been observed for long in the preceding frames. The computing system 100 may have a low threshold likelihood for points within the first threshold distance. As an example and not by way of limitation, the first threshold distance may be 60 cm. Typically, hands of the user may be observed within 60 cm from the monochrome cameras 220. The depth computation unit 257 may examine preceding frames for determining whether filter out a point from the point cloud for the current frame. If the point has been observed in two consecutive frames among the examined preceding frames, the depth computation unit 257 may record one upvote for the point. When the point has been observed in one frame and not been observed in an immediately neighboring frame, the depth computation unit 257 may record one downvote for the point. For example, the depth computation unit 257 may keep a point within 60 cm when the point has six or more upvotes in the 30 recently preceding frames. The depth computation unit 257 may keep a point outside 60 cm when the point has 20 or more upvotes in the 30 recently preceding frames. In particular embodiments, the depth computation unit 257 may discard a point from the point cloud if downvotes for the point exceeds a threshold number associated with an area of the point. Although this disclosure describes fdtering points in a point cloud based on temporal consistency in a particular manner, this disclosure contemplates filtering points in a point cloud based on temporal consistency in any suitable manner.

[0037] In particular embodiments, the computing system 100 may generate a mesh 322 corresponding to the visible environment based on the computed point cloud. The computing system 100 may expand a portion of the mesh 322 when the portion corresponds to a foreground object in order to enable more accurate representation on the foreground object. To generate the mesh 322 corresponding to the point cloud, the computing system 100 may initialize the mesh 322 corresponding to the point cloud as a flat mesh at a pre-determined distance from the two monochrome cameras 220. For each point in the point cloud, the computing system 100 may perform the following steps to generate a three-dimensional mesh 322 whose portion covering nearby objects are expanded. The computing system 100 may identify a vertex of the mesh 322 corresponding to the point. The computing system 100 may warp the identified vertex to a location of the point in the three-dimensional space. The computing system 100 may determine whether the point in the point cloud is within a second threshold distance. When the computing system 100 determines that the point is within the second threshold distance, the computing system 100 may warp k vertices nearest to the identified vertex to the location of the point in the three-dimensional space, where k is a predetermined positive integer. In particular embodiments, the computing system 100 may generate a plurality of meshes corresponding to the visible environment based on the computed point cloud. For example, the computing system 100 may generate a mesh per monochrome camera or per eye. After generating a single mesh 322 based on the computed point cloud, the computing system 100 may warp the mesh 322 to generate two warped meshes: one for the left eye (i.e., the warped mesh represents how the mesh would be observed by the left monochrome camera) and another warped mesh for the right eye (i.e., the warped mesh represents how the mesh would be observed by the right monochrome camera). As an example and not by way of limitation, the mesh computation unit 259 may initialize a flat mesh at 2 meters from the monochrome cameras 220. For each point in the point cloud, the mesh computation unit 259 may warp a corresponding vertex in the mesh 322 towards the point in the three-dimensional space. When a point is within 60 cm from the monochrome cameras 220, the mesh computation unit 259 may also warp four nearest vertices of the corresponding vertex in the mesh towards the location of the point in the three-dimensional space. In implementation, the four nearest vertices may be warped close to the location of the point. The effect of these steps would be warping larger mesh patches corresponding to nearby objects. Although this disclosure describes generating a three-dimensional mesh based on a point cloud in a particular manner, this disclosure contemplates generating a three-dimensional mesh based on a point cloud in any suitable manner.

[0038] In particular embodiments, the computing system 100 may generate two stereoscopic colorized images to be respectively displayed to the two eyes of the user. Each of the two stereoscopic colorized images may be generated using (1) the mesh 322, (2) luminance information from one of the two stereoscopic grayscale images 332 and 334 that is associated with the eye to which the stereoscopic colorized image is to be displayed, and (3) color information from a color input image 336 captured by the color camera 210. The stereoscopic colorized images are “stereoscopic” because the rendering uses luma or grayscale intensity for the left image from the left monochrome camera and the right image from the right monochrome camera. If the luma or grayscale intensity is not used for rendering, the parallax effects and an emersion on the output colorized images may be degraded. The stereoscopic colorized images are “colorized” because the grayscale intensities are mixed with chroma components from the color input image 336 captured by the color camera 210. To render each vertex in the mesh 322 for generating each of the two stereoscopic colorized images, the computing system 100 may identify a first corresponding pixel in the corresponding grayscale image by performing a ray-casting from the vertex into a corresponding monochrome camera that captures the corresponding grayscale image. The computing system 100 may also identify a second corresponding pixel in the color input image by performing a ray-casting from the vertex into the color camera. As an example and not by way of limitation, to render a left colorized image 342, the passthrough rendering unit 262 may perform a raycasting from a position corresponding to a vertex in the mesh 322 to the left monochrome camera to identify a first pixel in the left grayscale image 332 corresponding to the vertex for the left colorized passthrough image. The passthrough rendering unit 262 may also perform a raycasting from the position corresponding to the same vertex in the mesh 322 to the RGB camera 210 to identify' a second pixel in the color input image 336 corresponding to the vertex for the left colorized passthrough image. Although this disclosure describes identifying one pixel from a corresponding grayscale image and one pixel from a color input image for blending color information for a vertex in the mesh in a particular manner, this disclosure contemplates identifying one pixel from a corresponding grayscale image and one pixel from a color input image for blending color information for a vertex in the mesh in any suitable manner.

[0039] In particular embodiments, the computing system 100 may convert first RGB values associated w ith the second corresponding pixel into second color information in a second color space. A luminance level indicator may be separated from one or more color information indicators in the second color space. In particular embodiments, the second color space may be a CIELAB color space, where the luminance level indicator may be orthogonal to the chrominance indicating values. In CIELAB color space, L* represents a lightness, a* represents a red/green value, and b* represents blue/yellow value. The computing system 100 may replace the luminance level indicator in the second color information with a value corresponding to a luminance level associated with the first corresponding pixel in the corresponding grayscale image. The computing system 100 may convert the second color information into second RGB values. The computing system 100 may render the vertex with the second RGB values. As an example and not by w ay of limitation, continuing with the prior example, the passthrough rendering unit 262 may convert the RGB values of the second pixel in the color input image 336 into CIELAB color space values, in which L* indicates a lightness of the second pixel in the color input image 336. The passthrough rendering unit 262 may replace the L* value in the converted CIELAB color space values with a value indicating a luminance level of the first pixel in the left grayscale image 332. The passthrough rendering unit 262 may convert the CIELAB color space values into RGB color space values. The output RGB color space values may comprise luminance information from the first pixel of the left grayscale image 332 and color information from the second pixel of the color input image 336. The passthrough rendering unit 262 may render the vertex in the mesh 322 with the output RGB color space values to generate left colorized passthrough image 342. The right colorized passthrough image 344 may be generated in a similar manner using the right grayscale image 334 and the color input image 336. Although this disclosure describes rendering a vertex of a mesh with luminance information from a grayscale input image and color information from a color input image in a particular manner, this disclosure contemplates rendering a vertex of a mesh with luminance information from a grayscale input image and color information from a color input image in any suitable manner.

[0040] In particular embodiments, the computing system 100 may further comprise two displays 270, each corresponding to an eye. The computing system 100 may present each of the two stereoscopic colorized images to a corresponding display among the two displays. As an example and not by way of limitation, a left colorized image may be presented on a left display among the two displays 270. Also, a right colorized image may be presented on a right display among the two displays 270. Although this disclosure describes presenting stereoscopic colorized images to two displays corresponding to eyes of the user in a particular manner, this disclosure contemplates presenting stereoscopic colorized images to two displays corresponding to eyes of the user in any suitable manner.

[0041] FIG. 4 illustrates an example method 400 for generating colorized stereoscopic passthrough images based on a two grayscale images and a color image. The method may begin at step 410, where a computing system comprising a color camera and two monochrome cameras respectively associated with two eyes of a user may compute a point cloud corresponding to a visible environment based at least on two stereoscopic grayscale images respectively captured by the two monochrome cameras. In particular embodiments, the computing system may be embodied as an artificial reality system. At step 420, the computing system may generate a mesh corresponding to the visible environment based on the computed point cloud. At step 430, the computing system may generate two stereoscopic colorized images to be respectively displayed to the two eyes of the user, wherein each of the two stereoscopic colorized images is generated using (1) the mesh, (2) luminance information from one of the two stereoscopic grayscale images that is associated with the eye to which the stereoscopic colorized image is to be displayed, and (3) color information from a color input image captured by the color camera.

[0042] Particular embodiments may repeat one or more steps of the method of FIG. 4, where appropriate. Although this disclosure describes and illustrates particular steps of the method of FIG. 4 as occurring in a particular order, this disclosure contemplates any suitable steps of the method of FIG. 4 occurring in any suitable order. Moreover, although this disclosure describes and illustrates an example method for generating colorized stereoscopic passthrough images based on a two grayscale images and a color image, including the particular steps of the method of FIG. 4, this disclosure contemplates any suitable method for generating colorized stereoscopic passthrough images based on a two grayscale images and a color image, including any suitable steps, which may include a subset of the steps of the method of FIG. 4, where appropriate. Furthermore, although this disclosure describes and illustrates particular components, devices, or systems carrying out particular steps of the method of FIG. 4, this disclosure contemplates any suitable combination of any suitable components, devices, or systems carrying out any suitable steps of the method of FIG.4.

[0043] FIG. 5 illustrates an example network environment 500 associated with a virtual reality system. Network environment 500 includes a user 501 interacting with a client system 530, a social-networking system 560, and a third-party system 570 connected to each other by a network 510. Although FIG. 5 illustrates a particular arrangement of a user 501, a client system 530, a social-networking system 560, a third-party system 570, and a network 510, this disclosure contemplates any suitable arrangement of a user 501, a client system 530, a socialnetworking system 560, a third-party system 570, and a network 510. As an example and not by way of limitation, two or more of auser 501, a client system 530, a social-networking system 560, and a third- party system 570 may be connected to each other directly, bypassing a network 510. As another example, two or more of a client system 530, a social-networking system 560, and athird-party system 570 may be physically or logically co-located with each other in whole or in part. Moreover, although FIG. 5 illustrates a particular number of users 501, client systems 530, social-networking systems 560. third-party systems 570, and networks 510, this disclosure contemplates any suitable number of client systems 530, social-networking systems 560, third- party systems 570, and networks 510. As an example and not by way of limitation, network environment 500 may include multiple users 501, client systems 530, social-networking systems 560, third-party systems 570, and networks 510.

[0044] This disclosure contemplates any suitable network 510. As an example and not by way of limitation, one or more portions of a network 510 may include an ad hoc network, an intranet, an extranet, a virtual private network (VPN), a local area network (LAN), a wireless LAN (WLAN), a wide area network (WAN), a wireless WAN (WWAN), a metropolitan area network (MAN), a portion of the Internet, a portion of the Public Switched Telephone Network (PSTN), a cellular telephone netw ork, or a combination of two or more of these. A netw ork 510 may include one or more networks 510.

[0045] Links 550 may connect a client system 530, a social-networking system 560, and a third-party system 570 to a communication network 510 or to each other. This disclosure contemplates any suitable links 550. In particular embodiments, one or more links 550 include one or more wireline (such as for example Digital Subscriber Line (DSL) or Data Over Cable Service Interface Specification (DOCSIS)), wireless (such as for example Wi-Fi or Worldwide Interoperability for Microwave Access (WiMAX)), or optical (such as for example Synchronous Optical Network (SONET) or Synchronous Digital Hierarchy (SDH)) links. In particular embodiments, one or more links 550 each include an ad hoc netw ork, an intranet, an extranet, a VPN, a LAN, a WLAN, a WAN, a WWAN, a MAN, a portion of the Internet, a portion of the PSTN, a cellular technology-based network, a satellite communications technology-based network, another link 550, or a combination of two or more such links 550. Links 550 need not necessarily be the same throughout a network environment 500. One or more first links 550 may differ in one or more respects from one or more second links 550.

[0046] In particular embodiments, a client system 530 may be an electronic device including hardware, software, or embedded logic components or a combination of two or more such components and capable of carrying out the appropriate functionalities implemented or supported by a client system 530. As an example and not by way of limitation, a client system 530 may include a computer system such as a desktop computer, notebook or laptop computer, netbook, a tablet computer, e-book reader, GPS device, camera, personal digital assistant (PDA), handheld electronic device, cellular telephone, smartphone, virtual reality headset and controllers, other suitable electronic device, or any suitable combination thereof. This disclosure contemplates any suitable client systems 530. A client system 530 may enable a network user at a client system 530 to access a network 510. A client system 530 may enable its user to communicate with other users at other client systems 530. A client system 530 may generate a virtual reality environment for a user to interact with content.

[0047] In particular embodiments, a client system 530 may include a virtual reality (or augmented reality) headset 532, such as OCULUS RIFT and the like, and virtual reality input device(s) 534, such as a virtual reality controller. A user at a client system 530 may wear the virtual reality headset 532 and use the virtual reality input device(s) to interact with a virtual reality environment 536 generated by the virtual reality headset 532. Although not shown, a client system 530 may also include a separate processing computer and/or any other component of a virtual reality system. A virtual reality headset 532 may generate a virtual reality environment 536, which may include system content 538 (including but not limited to the operating system), such as software or firmware updates and also include third-party content 540, such as content from applications or dynamically downloaded from the Internet (e.g., web page content). A virtual reality headset 532 may include sensor(s) 542, such as accelerometers, gyroscopes, magnetometers to generate sensor data that tracks the location of the headset device 532. The headset 532 may also include eye trackers for tracking the position of the user’s eyes or their viewing directions. The client system may use data from the sensor(s) 542 to determine velocity, orientation, and gravitation forces with respect to the headset. Virtual reality input device(s) 534 may include sensor(s) 544, such as accelerometers, gyroscopes, magnetometers, and touch sensors to generate sensor data that tracks the location of the input device 534 and the positions of the user’s fingers. The client system 530 may make use of outside-in tracking, in which a tracking camera (not shown) is placed external to the virtual reality headset 532 and within the line of sight of the virtual reality headset 532. In outside-in tracking, the tracking camera may track the location of the virtual reality headset 532 (e.g., by tracking one or more infrared LED markers on the virtual reality headset 532). Alternatively or additionally, the client system 530 may make use of inside-out tracking, in which a tracking camera (not shown) may be placed on or within the virtual reality headset 532 itself. In inside- out tracking, the tracking camera may capture images around it in the real world and may use the changing perspectives of the real world to determine its own position in space.

[0048] In particular embodiments, client system 530 (e.g., an HMD) may include a passthrough engine 546 to provide the passthrough feature described herein, and may have one or more add-ons, plug-ins, or other extensions. A user at client system 530 may connect to a particular server (such as server 562, or a server associated with a third-party system 570). The server may accept the request and communicate with the client system 530.

[0049] Third-party content 540 may include a web browser, such as MICROSOFT INTERNET EXPLORER, GOOGLE CHROME or MOZILLA FIREFOX, and may have one or more add-ons, plug-ins, or other extensions, such as TOOLBAR or YAHOO TOOLBAR. A user at a client system 530 may enter a Uniform Resource Locator (URL) or other address directing a web browser to a particular server (such as server 562, or a server associated with a third-party system 570), and the web browser may generate a Hyper Text Transfer Protocol (HTTP) request and communicate the HTTP request to server. The server may accept the HTTP request and communicate to a client system 530 one or more Hyper Text Markup Language (HTML) files responsive to the HTTP request. The client system 530 may render a web interface (e.g. a webpage) based on the HTML files from the server for presentation to the user. This disclosure contemplates any suitable source files. As an example and not by way of limitation, a web interface may be rendered from HTML files, Extensible Hyper Text Markup Language (XHTML) files, or Extensible Markup Language (XML) files, according to particular needs. Such interfaces may also execute scripts such as, for example and without limitation, those written in JAVASCRIPT, JAVA, MICROSOFT SILVERLIGHT, combinations of markup language and scripts such as AJAX (Asynchronous JAVASCRIPT and XML), and the like. Herein, reference to a web interface encompasses one or more corresponding source files (which a browser may use to render the web interface) and vice versa, where appropriate.

[0050] In particular embodiments, the social-networking system 560 may be a network- addressable computing system that can host an online social network. The social-networking system 560 may generate, store, receive, and send social-networking data, such as, for example, user-profile data, concept-profile data, social-graph information, or other suitable data related to the online social network. The social-networking system 560 may be accessed by the other components of network environment 500 either directly or via a network 510. As an example and not by way of limitation, a client system 530 may access the social-networking system 560 using a web browser of a third-party content 540, or a native application associated with the social-networking system 560 (e.g., a mobile social-networking application, a messaging application, another suitable application, or any combination thereof) either directly or via a network 510. In particular embodiments, the social -networking system 560 may include one or more servers 562. Each server 562 may be a unitary server or a distributed server spanning multiple computers or multiple datacenters. Servers 562 may be of various types, such as, for example and without limitation, web server, news server, mail server, message server, advertising server, file server, application serv er, exchange server, database server, proxy server, another server suitable for performing functions or processes described herein, or any combination thereof. In particular embodiments, each server 562 may include hardware, software, or embedded logic components or a combination of two or more such components for carrying out the appropriate functionalities implemented or supported by serv er 562. In particular embodiments, the social-networking system 560 may include one or more data stores 564. Data stores 564 may be used to store various types of information. In particular embodiments, the information stored in data stores 564 may be organized according to specific data structures. In particular embodiments, each data store 564 may be a relational, columnar, correlation, or other suitable database. Although this disclosure describes or illustrates particular types of databases, this disclosure contemplates any suitable types of databases. Particular embodiments may provide interfaces that enable a client system 530, a socialnetworking system 560, or a third-party 7 system 570 to manage, retrieve, modify, add, or delete, the information stored in data store 564.

[0051] In particular embodiments, the social-networking system 560 may store one or more social graphs in one or more data stores 564. In particular embodiments, a social graph may include multiple nodes — which may include multiple user nodes (each corresponding to a particular user) or multiple concept nodes (each corresponding to a particular concept) — and multiple edges connecting the nodes. The social-networking system 560 may provide users of the online social network the ability to communicate and interact with other users. In particular embodiments, users may join the online social network via the social-networking system 560 and then add connections (e.g., relationships) to a number of other users of the socialnetworking system 560 whom they want to be connected to. Herein, the term ‘‘friend'’ may refer to any other user of the social-networking system 560 with whom a user has formed a connection, association, or relationship via the social-networking system 560. [0052] In particular embodiments, the social-networking system 560 may provide users with the ability to take actions on various types of items or objects, supported by the socialnetworking system 560. As an example and not by way of limitation, the items and objects may include groups or social networks to which users of the social-networking system 560 may belong, events or calendar entries in which a user might be interested, computer-based applications that a user may use, transactions that allow users to buy or sell items via the service, interactions with advertisements that a user may perform, or other suitable items or objects. A user may interact with anything that is capable of being represented in the socialnetworking system 560 or by an external system of a third-party 7 system 570, which is separate from the social-networking system 560 and coupled to the social-networking system 560 via a network 510.

[0053] In particular embodiments, the social-networking system 560 may be capable of linking a variety of entities. As an example and not by way of limitation, the social -networking system 560 may enable users to interact with each other as well as receive content from third- party systems 570 or other entities, or to allow users to interact with these entities through an application programming interfaces (API) or other communication channels.

[0054] In particular embodiments, a third-party system 570 may include one or more ty pes of servers, one or more data stores, one or more interfaces, including but not limited to APIs, one or more web services, one or more content sources, one or more networks, or any other suitable components, e.g., that servers may communicate with. A third-party system 570 may be operated by a different entity from an entity 7 operating the social-networking system 560. In particular embodiments, however, the social-networking system 560 and third-party' systems 570 may operate in conjunction with each other to provide social-networking services to users of the social-networking system 560 or third-party systems 570. In this sense, the socialnetworking system 560 may provide a platform, or backbone, which other systems, such as third-party systems 570, may use to provide social-networking services and functionality to users across the Internet.

[0055] In particular embodiments, a third-party system 570 may include a third-party content object provider. A third-party content object provider may include one or more sources of content objects, which may be communicated to a client system 530. As an example and not by way of limitation, content objects may include information regarding things or activities of interest to the user, such as, for example, movie show 7 times, movie reviews, restaurant reviews, restaurant menus, product information and reviews, or other suitable information. As another example and not by way of limitation, content objects may include incentive content objects, such as coupons, discount tickets, gift certificates, or other suitable incentive objects.

[0056] In particular embodiments, the social-networking system 560 also includes usergenerated content objects, which may enhance a user’s interactions with the social-networking system 560. User-generated content may include anything a user can add, upload, send, or “post” to the social-networking system 560. As an example and not by way of limitation, a user communicates posts to the social-networking system 560 from a client system 530. Posts may include data such as status updates or other textual data, location information, photos, videos, links, music or other similar data or media. Content may also be added to the social-networking system 560 by a third-party through a “communication channel,” such as a newsfeed or stream. [0057] In particular embodiments, the social-networking system 560 may include a variety of servers, sub-systems, programs, modules, logs, and data stores. In particular embodiments, the social-networking system 560 may include one or more of the following: a web server, action logger, API-request server, relevance-and-ranking engine, content-object classifier, notification controller, action log, third-party-content-object-exposure log, inference module, authorization/privacy server, search module, advertisement-targeting module, user-interface module, user-profile store, connection store, third-party content store, or location store. The social-networking system 560 may also include suitable components such as network interfaces, security mechanisms, load balancers, failover servers, management-and-network- operations consoles, other suitable components, or any suitable combination thereof. In particular embodiments, the social-networking system 560 may include one or more userprofile stores for storing user profiles. A user profile may include, for example, biographic information, demographic information, behavioral information, social information, or other types of descriptive information, such as work experience, educational history, hobbies or preferences, interests, affinities, or location. Interest information may include interests related to one or more categories. Categories may be general or specific. As an example and not by way of limitation, if a user “likes” an article about a brand of shoes the category may be the brand, or the general category of “shoes” or “clothing.” A connection store may be used for storing connection information about users. The connection information may indicate users who have similar or common work experience, group memberships, hobbies, educational history, or are in any way related or share common attributes. The connection information may also include user-defined connections between different users and content (both internal and external). A web server may be used for linking the social-networking system 560 to one or more client systems 530 or one or more third-party systems 570 via a network 510. The web server may include a mail server or other messaging functionality' for receiving and routing messages between the social-networking system 560 and one or more client systems 530. An API-request server may allow a third-party system 570 to access information from the socialnetworking system 560 by calling one or more APIs. An action logger may be used to receive communications from a web serv er about a user’s actions on or off the social -networking system 560. In conjunction with the action log, a third-party-content-object log may be maintained of user exposures to third-party-content objects. A notification controller may provide information regarding content objects to a client system 530. Information may be pushed to a client system 530 as notifications, or information may be pulled from a client system 530 responsive to a request received from a client system 530. Authorization serv ers may be used to enforce one or more privacy settings of the users of the social-networking system 560. A privacy setting of a user determines how particular information associated with a user can be shared. The authorization server may allow users to opt in to or opt out of having their actions logged by the social-networking system 560 or shared with other systems (e.g., a third-party system 570), such as, for example, by setting appropriate privacy settings. Third- party-content-object stores may be used to store content objects received from third parties, such as a third-party system 570. Location stores may be used for storing location information received from client systems 530 associated with users. Advertisement-pricing modules may combine social information, the current time, location information, or other suitable information to prov ide relevant advertisements, in the form of notifications, to a user.

[0058] FIG. 6 illustrates an example computer system 600. In particular embodiments, one or more computer systems 600 perform one or more steps of one or more methods described or illustrated herein. In particular embodiments, one or more computer systems 600 provide functionality described or illustrated herein. In particular embodiments, software running on one or more computer systems 600 performs one or more steps of one or more methods described or illustrated herein or provides functionality described or illustrated herein. Particular embodiments include one or more portions of one or more computer systems 600. Herein, reference to a computer system may encompass a computing device, and vice versa, where appropriate. Moreover, reference to a computer system may encompass one or more computer systems, where appropriate.

[0059] This disclosure contemplates any suitable number of computer systems 600. This disclosure contemplates computer system 600 taking any suitable physical form. As example and not by way of limitation, computer system 600 may be an embedded computer system, a system-on-chip (SOC), a single-board computer system (SBC) (such as. for example, a computer-on-module (COM) or system-on-module (SOM)), a desktop computer system, a laptop or notebook computer system, an interactive kiosk, a mainframe, a mesh of computer systems, a mobile telephone, a personal digital assistant (PDA), a server, a tablet computer system, or a combination of two or more of these. Where appropriate, computer system 600 may include one or more computer systems 600; be unitary or distributed; span multiple locations; span multiple machines; span multiple data centers; or reside in a cloud, which may include one or more cloud components in one or more networks. Where appropriate, one or more computer systems 600 may perform without substantial spatial or temporal limitation one or more steps of one or more methods described or illustrated herein. As an example and not by way of limitation, one or more computer systems 600 may perform in real time or in batch mode one or more steps of one or more methods described or illustrated herein. One or more computer systems 600 may perform at different times or at different locations one or more steps of one or more methods described or illustrated herein, where appropriate.

[0060] In particular embodiments, computer system 600 includes a processor 602, memory 604, storage 606, an input/output (I/O) interface 608, a communication interface 610, and a bus 612. Although this disclosure describes and illustrates a particular computer system having a particular number of particular components in a particular arrangement, this disclosure contemplates any suitable computer system having any suitable number of any suitable components in any suitable arrangement.

[0061] In particular embodiments, processor 602 includes hardware for executing instructions, such as those making up a computer program. As an example and not by way of limitation, to execute instructions, processor 602 may retrieve (or fetch) the instructions from an internal register, an internal cache, memory 604, or storage 606; decode and execute them; and then write one or more results to an internal register, an internal cache, memory 604, or storage 606. In particular embodiments, processor 602 may include one or more internal caches for data, instructions, or addresses. This disclosure contemplates processor 602 including any suitable number of any suitable internal caches, where appropriate. As an example and not by way of limitation, processor 602 may include one or more instruction caches, one or more data caches, and one or more translation lookaside buffers (TLBs). Instructions in the instruction caches may be copies of instructions in memory 604 or storage 606, and the instruction caches may speed up retrieval of those instructions by processor 602. Data in the data caches may be copies of data in memory 604 or storage 606 for instructions executing at processor 602 to operate on; the results of previous instructions executed at processor 602 for access by subsequent instructions executing at processor 602 or for writing to memory 604 or storage 606; or other suitable data. The data caches may speed up read or write operations by processor 602. The TLBs may speed up virtual-address translation for processor 602. In particular embodiments, processor 602 may include one or more internal registers for data, instructions, or addresses. This disclosure contemplates processor 602 including any suitable number of any suitable internal registers, where appropriate. Where appropriate, processor 602 may include one or more arithmetic logic units (ALUs); be a multi-core processor; or include one or more processors 602. Although this disclosure describes and illustrates a particular processor, this disclosure contemplates any suitable processor.

[0062] In particular embodiments, memory 604 includes main memory for storing instructions for processor 602 to execute or data for processor 602 to operate on. As an example and not by way of limitation, computer system 600 may load instructions from storage 606 or another source (such as, for example, another computer system 600) to memory 604. Processor 602 may then load the instructions from memory 604 to an internal register or internal cache. To execute the instructions, processor 602 may retrieve the instructions from the internal register or internal cache and decode them. During or after execution of the instructions, processor 602 may write one or more results (which may be intermediate or final results) to the internal register or internal cache. Processor 602 may then write one or more of those results to memory 604. In particular embodiments, processor 602 executes only instructions in one or more internal registers or internal caches or in memory 7 604 (as opposed to storage 606 or elsewhere) and operates only on data in one or more internal registers or internal caches or in memory 604 (as opposed to storage 606 or elsewhere). One or more memory buses (which may each include an address bus and a data bus) may couple processor 602 to memory 604. Bus 612 may include one or more memory' buses, as described below. In particular embodiments, one or more memory' management units (MMUs) reside between processor 602 and memory 604 and facilitate accesses to memory 604 requested by processor 602. In particular embodiments, memory 604 includes random access memory (RAM). This RAM may be volatile memory', where appropriate. Where appropriate, this RAM may be dynamic RAM (DRAM) or static RAM (SRAM). Moreover, where appropriate, this RAM may be singleported or multi-ported RAM. This disclosure contemplates any suitable RAM. Memory’ 604 may include one or more memories 604, where appropriate. Although this disclosure describes and illustrates particular memory, this disclosure contemplates any suitable memory.

[0063] In particular embodiments, storage 606 includes mass storage for data or instructions. As an example and not by way of limitation, storage 606 may include a hard disk drive (HDD), a floppy disk drive, flash memory, an optical disc, a magneto-optical disc, magnetic tape, or a Universal Serial Bus (USB) drive or a combination of two or more of these. Storage 606 may include removable or non-removable (or fixed) media, where appropriate. Storage 606 may be internal or external to computer system 600, where appropriate. In particular embodiments, storage 606 is non-volatile, solid-state memory. In particular embodiments, storage 606 includes read-only memory (ROM). Where appropriate, this ROM may be mask-programmed ROM, programmable ROM (PROM), erasable PROM (EPROM), electrically erasable PROM (EEPROM), electrically alterable ROM (EAROM), or flash memory or a combination of two or more of these. This disclosure contemplates mass storage 606 taking any suitable physical form. Storage 606 may include one or more storage control units facilitating communication between processor 602 and storage 606, where appropriate. Where appropriate, storage 606 may include one or more storages 606. Although this disclosure describes and illustrates particular storage, this disclosure contemplates any suitable storage. [0064] In particular embodiments, I/O interface 608 includes hardware, software, or both, providing one or more interfaces for communication between computer system 600 and one or more I/O devices. Computer system 600 may include one or more of these I/O devices, where appropriate. One or more of these I/O devices may enable communication between a person and computer system 600. As an example and not by way of limitation, an I/O device may include a keyboard, keypad, microphone, monitor, mouse, printer, scanner, speaker, still camera, sty lus, tablet, touch screen, trackball, video camera, another suitable I/O device or a combination of two or more of these. An I/O device may include one or more sensors. This disclosure contemplates any suitable I/O devices and any suitable I/O interfaces 608 for them. Where appropriate, I/O interface 608 may include one or more device or software drivers enabling processor 602 to drive one or more of these I/O devices. I/O interface 608 may include one or more I/O interfaces 608, where appropriate. Although this disclosure describes and illustrates a particular I/O interface, this disclosure contemplates any suitable I/O interface. [0065] In particular embodiments, communication interface 610 includes hardware, software, or both providing one or more interfaces for communication (such as, for example, packet-based communication) between computer system 600 and one or more other computer systems 600 or one or more networks. As an example and not by way of limitation, communication interface 610 may include a network interface controller (NIC) or network adapter for communicating with an Ethernet or other wire-based network or a wireless NIC (WNIC) or wireless adapter for communicating with a wireless network, such as a WI-FI network. This disclosure contemplates any suitable network and any suitable communication interface 610 for it. As an example and not by way of limitation, computer system 600 may communicate with an ad hoc network, a personal area network (PAN), a local area network (LAN), a wide area network (WAN), a metropolitan area network (MAN), or one or more portions of the Internet or a combination of two or more of these. One or more portions of one or more of these networks may be wired or wireless. As an example, computer system 600 may communicate with a wireless PAN (WPAN) (such as, for example, a BLUETOOTH WPAN), a WI-FI network, a WI-MAX network, a cellular telephone network (such as, for example, a Global System for Mobile Communications (GSM) network), or other suitable wireless network or a combination of two or more of these. Computer system 600 may include any suitable communication interface 610 for any of these networks, where appropriate. Communication interface 610 may include one or more communication interfaces 610, where appropriate. Although this disclosure describes and illustrates a particular communication interface, this disclosure contemplates any suitable communication interface.

[0066] In particular embodiments, bus 612 includes hardware, software, or both coupling components of computer system 600 to each other. As an example and not by way of limitation, bus 612 may include an Accelerated Graphics Port (AGP) or other graphics bus, an Enhanced Industry Standard Architecture (EISA) bus. a front-side bus (FSB), a HYPERTRANSPORT (HT) interconnect, an Industry Standard Architecture (ISA) bus, an INFINIBAND interconnect, a low-pin-count (LPC) bus, a memory bus, a Micro Channel Architecture (MCA) bus, a Peripheral Component Interconnect (PCI) bus, a PCI-Express (PCIe) bus, a serial advanced technology attachment (SATA) bus, a Video Electronics Standards Association local (VLB) bus, or another suitable bus or a combination of two or more of these. Bus 612 may include one or more buses 612, where appropriate. Although this disclosure describes and illustrates a particular bus, this disclosure contemplates any suitable bus or interconnect.

[0067] Herein, a computer-readable non-transi lory storage medium or media may include one or more semiconductor-based or other integrated circuits (ICs) (such, as for example, field- programmable gate arrays (FPGAs) or application-specific ICs (ASICs)), hard disk drives (HDDs), hybrid hard drives (HHDs), optical discs, optical disc drives (ODDs), magneto-optical discs, magneto-optical drives, floppy diskettes, floppy disk drives (FDDs), magnetic tapes, solid-state drives (SSDs), RAM-drives, SECURE DIGITAL cards or drives, any other suitable computer-readable non-transitory storage media, or any suitable combination of two or more of these, where appropriate. A computer-readable non-transitory storage medium may be volatile, non-volatile, or a combination of volatile and non-volatile, where appropriate.

[0068] Herein, “or” is inclusive and not exclusive, unless expressly indicated otherwise or indicated otherwise by context. Therefore, herein, “A or B” means “A, B, or both,” unless expressly indicated otherwise or indicated otherwise by context. Moreover, “and” is both joint and several, unless expressly indicated otherwise or indicated otherwise by context. Therefore, herein, “A and B’’ means "A and B, jointly or severally/’ unless expressly indicated otherwise or indicated otherwise by context.

[0069] The scope of this disclosure encompasses all changes, substitutions, variations, alterations, and modifications to the example embodiments described or illustrated herein that a person having ordinary skill in the art would comprehend. The scope of this disclosure is not limited to the example embodiments described or illustrated herein. Moreover, although this disclosure describes and illustrates respective embodiments herein as including particular components, elements, feature, functions, operations, or steps, any of these embodiments may include any combination or permutation of any of the components, elements, features, functions, operations, or steps described or illustrated anywhere herein that a person having ordinary skill in the art would comprehend. Furthermore, reference in the appended claims to an apparatus or system or a component of an apparatus or system being adapted to, arranged to, capable of, configured to, enabled to, operable to, or operative to perform a particular function encompasses that apparatus, system, component, whether or not it or that particular function is activated, turned on, or unlocked, as long as that apparatus, system, or component is so adapted, arranged, capable, configured, enabled, operable, or operative. Additionally, although this disclosure describes or illustrates particular embodiments as providing particular advantages, particular embodiments may provide none, some, or all of these advantages.